Skip to content

Commit ffa6acf

Browse files
committed
chore(repo): finish the rest of the packages needed
1 parent 0951d9d commit ffa6acf

File tree

4 files changed

+284
-2
lines changed

4 files changed

+284
-2
lines changed

.eslintignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ storybook-static
88
site
99
apps/next-12
1010
.yarnrc.yml
11-
.eslintrc.*js
11+
.eslintrc.*js
12+
*.config.*js
13+
eslint-config-sistent

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
es6: true
66
},
77
extends: [
8-
'semistandard',
98
'eslint:recommended',
109
'plugin:@typescript-eslint/recommended',
1110
'plugin:react-hooks/recommended',

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.7.2",
4242
"@commitlint/config-conventional": "^17.7.0",
43+
"@typescript-eslint/eslint-plugin": "^6.12.0",
44+
"@typescript-eslint/parser": "^6.12.0",
4345
"commitizen": "^4.3.0",
4446
"cz-conventional-changelog": "^3.3.0",
4547
"eslint": "^8.49.0",
48+
"eslint-plugin-react": "^7.33.2",
49+
"eslint-plugin-react-hooks": "^4.6.0",
50+
"eslint-plugin-storybook": "^0.6.15",
4651
"husky": "^8.0.0",
4752
"lerna": "^7.3.0",
4853
"lint-staged": "^14.0.1",

0 commit comments

Comments
 (0)