File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
Original file line number Diff line number Diff line change 6
6
},
7
7
"extends" : " eslint:recommended" ,
8
8
"parserOptions" : {
9
- "ecmaVersion" : 2018
9
+ "ecmaVersion" : 2020
10
+ },
11
+ "globals" : {
12
+ "BigInt" : true
10
13
},
11
14
"rules" : {
12
15
"indent" : [
13
16
" error" ,
14
- 2 ,
15
- { "SwitchCase" : 1 }
17
+ 2
16
18
],
17
19
"linebreak-style" : [
18
20
" error" ,
26
28
" error" ,
27
29
" always"
28
30
],
29
- "no-console" : " off" ,
30
31
"no-loop-func" : [
31
32
" error"
32
33
],
114
115
"new-parens" : [
115
116
" error"
116
117
],
118
+ "no-lonely-if" : [
119
+ " error"
120
+ ],
117
121
"no-trailing-spaces" : [
118
122
" error"
119
123
],
209
213
],
210
214
"arrow-parens" : [
211
215
" error" ,
212
- " as-needed "
216
+ " always "
213
217
],
214
218
"arrow-body-style" : [
215
219
" error" ,
261
265
" never"
262
266
]
263
267
}
264
- }
268
+ }
You can’t perform that action at this time.
0 commit comments