File tree Expand file tree Collapse file tree 4 files changed +130
-72
lines changed Expand file tree Collapse file tree 4 files changed +130
-72
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"license" : " MIT" ,
6
- "workspaces" : [" packages/*" ],
6
+ "workspaces" : [
7
+ " packages/*"
8
+ ],
7
9
"scripts" : {
8
10
"lint" : " tsc && eslint --ext .js,.ts packages"
9
11
},
10
12
"devDependencies" : {
11
- "@growflow/eslint-config" : " ^10.1.0 " ,
12
- "@rushstack/eslint-patch" : " ^1.1.1 " ,
13
+ "@growflow/eslint-config" : " ^10.3.2 " ,
14
+ "@rushstack/eslint-patch" : " ^1.2.0 " ,
13
15
"@tsconfig/recommended" : " ^1.0.1" ,
14
- "eslint" : " ^8.11 .0" ,
15
- "prettier" : " ^2.6.1 " ,
16
- "typescript" : " ^4.6.3 "
16
+ "eslint" : " ^8.34 .0" ,
17
+ "prettier" : " ^2.8.4 " ,
18
+ "typescript" : " ^4.9.5 "
17
19
}
18
20
}
Original file line number Diff line number Diff line change @@ -97,18 +97,20 @@ module.exports = {
97
97
functions : false ,
98
98
classes : true ,
99
99
variables : true ,
100
+ allowNamedExports : true ,
100
101
} ,
101
102
] ,
102
103
103
104
'@typescript-eslint/no-use-before-define' : [
104
105
'error' ,
105
106
{
106
107
functions : false ,
107
- classes : true ,
108
+ classes : false ,
108
109
variables : true ,
109
110
enums : true ,
110
- typedefs : true ,
111
+ typedefs : false ,
111
112
ignoreTypeReferences : true ,
113
+ allowNamedExports : true ,
112
114
} ,
113
115
] ,
114
116
Original file line number Diff line number Diff line change 5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
- "version" : " 10.3.2 " ,
8
+ "version" : " 10.4.0 " ,
9
9
"repository" : {
10
10
"type" : " git" ,
11
11
"url" : " https://github.com/GrowflowTeam/javascript.git"
35
35
"eslint-plugin-react-hooks" : " ^4.3.0" ,
36
36
"eslint-plugin-security" : " ^1.4.0" ,
37
37
"eslint-plugin-simple-import-sort" : " ^7.0.0" ,
38
- "eslint-plugin-unicorn" : " ^41.0.1"
38
+ "eslint-plugin-unicorn" : " ^41.0.1" ,
39
+ "@types/babel__core" : " ^7.0.0"
39
40
},
40
41
"peerDependencies" : {
41
42
"@rushstack/eslint-patch" : " ^1.1.1" ,
42
- "eslint" : " ^8.11 .0" ,
43
+ "eslint" : " ^8.34 .0" ,
43
44
"prettier" : " ^2.6.1" ,
44
45
"typescript" : " ^4.6.3"
45
46
}
You can’t perform that action at this time.
0 commit comments