File tree 4 files changed +284
-2
lines changed
4 files changed +284
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ storybook-static
8
8
site
9
9
apps /next-12
10
10
.yarnrc.yml
11
- .eslintrc. * js
11
+ .eslintrc. * js
12
+ * .config. * js
13
+ eslint-config-sistent
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module.exports = {
5
5
es6 : true
6
6
} ,
7
7
extends : [
8
- 'semistandard' ,
9
8
'eslint:recommended' ,
10
9
'plugin:@typescript-eslint/recommended' ,
11
10
'plugin:react-hooks/recommended' ,
Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@commitlint/cli" : " ^17.7.2" ,
42
42
"@commitlint/config-conventional" : " ^17.7.0" ,
43
+ "@typescript-eslint/eslint-plugin" : " ^6.12.0" ,
44
+ "@typescript-eslint/parser" : " ^6.12.0" ,
43
45
"commitizen" : " ^4.3.0" ,
44
46
"cz-conventional-changelog" : " ^3.3.0" ,
45
47
"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" ,
46
51
"husky" : " ^8.0.0" ,
47
52
"lerna" : " ^7.3.0" ,
48
53
"lint-staged" : " ^14.0.1" ,
You can’t perform that action at this time.
0 commit comments