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