File tree
Expand file treeCollapse file tree1 file changed
+9
-7
lines changed Expand file treeCollapse file tree1 file changed
+9
-7
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": [
|
|
28 | 28 | "error",
|
29 | 29 | "always"
|
30 | 30 | ],
|
31 |
| -"no-console": "off", |
32 | 31 | "no-loop-func": [
|
33 | 32 | "error"
|
34 | 33 | ],
|
|
116 | 115 | "new-parens": [
|
117 | 116 | "error"
|
118 | 117 | ],
|
| 118 | +"no-lonely-if": [ |
| 119 | +"error" |
| 120 | +], |
119 | 121 | "no-trailing-spaces": [
|
120 | 122 | "error"
|
121 | 123 | ],
|
|
151 | 153 | "space-before-function-paren": [
|
152 | 154 | "error",
|
153 | 155 | {
|
154 |
| -"anonymous": "always", |
| 156 | +"anonymous": "never", |
155 | 157 | "named": "never",
|
156 | 158 | "asyncArrow": "always"
|
157 | 159 | }
|
|
263 | 265 | "never"
|
264 | 266 | ]
|
265 | 267 | }
|
266 |
| -} |
| 268 | +} |
You can’t perform that action at this time.
0 commit comments