Skip to content

Commit 21e98b3

Browse files
committed
Update eslint config
1 parent c226606 commit 21e98b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.eslintrc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"es6": true,
55
"node": true
66
},
7-
"globals": {
8-
"memory": true
9-
},
107
"extends": "eslint:recommended",
118
"parserOptions": {
12-
"ecmaVersion": 2018
9+
"ecmaVersion": 2020
10+
},
11+
"globals": {
12+
"BigInt": true,
13+
"memory": true
1314
},
1415
"rules": {
1516
"indent": [
@@ -28,7 +29,6 @@
2829
"error",
2930
"always"
3031
],
31-
"no-console": "off",
3232
"no-loop-func": [
3333
"error"
3434
],

0 commit comments

Comments
 (0)