Skip to content

Commit 8f2fc10

Browse files
committed
change ecma version to 2020 for eslint
1 parent 2e5dd72 commit 8f2fc10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"node": true
208208
},
209209
"parserOptions": {
210-
"ecmaVersion": 9
210+
"ecmaVersion": 2020
211211
},
212212
"rules": {
213213
"no-console": "off",
@@ -285,7 +285,7 @@
285285
"node": true
286286
},
287287
"parserOptions": {
288-
"ecmaVersion": 9
288+
"ecmaVersion": 2020
289289
},
290290
"rules": {
291291
"no-console": "off"
@@ -303,7 +303,7 @@
303303
"mocha": true
304304
},
305305
"parserOptions": {
306-
"ecmaVersion": 9
306+
"ecmaVersion": 2020
307307
},
308308
"rules": {
309309
"no-console": "off",

0 commit comments

Comments
 (0)