File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed 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
],
261
265
" never"
262
266
]
263
267
}
264
- }
268
+ }
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2019 How.Programming.Works contributors
3
+ Copyright (c) 2017-2020 How.Programming.Works contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments