We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c226606 commit 21e98b3Copy full SHA for 21e98b3
.eslintrc.json
@@ -4,12 +4,13 @@
4
"es6": true,
5
"node": true
6
},
7
- "globals": {
8
- "memory": true
9
- },
10
"extends": "eslint:recommended",
11
"parserOptions": {
12
- "ecmaVersion": 2018
+ "ecmaVersion": 2020
+ },
+ "globals": {
+ "BigInt": true,
13
+ "memory": true
14
15
"rules": {
16
"indent": [
@@ -28,7 +29,6 @@
28
29
"error",
30
"always"
31
],
- "no-console": "off",
32
"no-loop-func": [
33
"error"
34
0 commit comments