|
18 | 18 | "start": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement",
|
19 | 19 | "prepare": "run-s build",
|
20 | 20 | "prepack": "run-s build",
|
| 21 | + "lint": "eslint --ext .ts,.tsx ./", |
| 22 | + "lint:fix": "yarn lint --fix", |
21 | 23 | "test": "run-s test:unit test:lint test:build",
|
22 | 24 | "test:build": "run-s build",
|
23 |
| - "test:lint": "eslint --ext .ts,.tsx ./", |
24 |
| - "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", |
25 |
| - "test:watch": "react-scripts test --env=jsdom", |
26 |
| - "predeploy": "npm run build-storybook", |
| 25 | + "predeploy": "yarn build-storybook", |
27 | 26 | "deploy": "gh-pages -d storybook-static",
|
28 | 27 | "build-storybook": "build-storybook",
|
29 | 28 | "storybook": "start-storybook -p 6006",
|
|
63 | 62 | "commitizen": "^4.2.4",
|
64 | 63 | "cross-env": "^7.0.3",
|
65 | 64 | "cz-conventional-changelog": "^3.3.0",
|
66 |
| - "eslint": "^6.8.0", |
67 |
| - "eslint-config-airbnb-typescript": "^10.0.0", |
68 |
| - "eslint-config-prettier": "^8.4.0", |
69 |
| - "eslint-config-standard": "^14.1.0", |
70 |
| - "eslint-config-standard-react": "^9.2.0", |
71 |
| - "eslint-plugin-import": "^2.22.0", |
72 |
| - "eslint-plugin-jsx-a11y": "^6.3.1", |
73 |
| - "eslint-plugin-node": "^11.0.0", |
| 65 | + "eslint": "^8.18.0", |
| 66 | + "eslint-config-airbnb": "^19.0.4", |
| 67 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 68 | + "eslint-config-prettier": "^8.5.0", |
| 69 | + "eslint-plugin-import": "^2.26.0", |
| 70 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
74 | 71 | "eslint-plugin-prettier": "^4.0.0",
|
75 |
| - "eslint-plugin-promise": "^4.2.1", |
76 |
| - "eslint-plugin-react": "^7.21.0", |
77 |
| - "eslint-plugin-react-hooks": "^4.1.2", |
78 |
| - "eslint-plugin-standard": "^4.0.1", |
| 72 | + "eslint-plugin-react": "^7.30.0", |
| 73 | + "eslint-plugin-react-hooks": "^4.6.0", |
79 | 74 | "gh-pages": "^2.2.0",
|
80 | 75 | "microbundle": "^0.14.2",
|
81 | 76 | "npm-run-all": "^4.1.5",
|
82 | 77 | "prettier": "^2.5.1",
|
83 | 78 | "react": "^16.14.0",
|
84 | 79 | "react-dom": "^16.14.0",
|
85 |
| - "react-scripts": "^3.4.1", |
86 | 80 | "semantic-release": "^19.0.2",
|
87 | 81 | "typescript": "^4.6.2",
|
88 | 82 | "yalc": "^1.0.0-pre.53"
|
|
0 commit comments