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 4b7c8bc commit fd24d1fCopy full SHA for fd24d1f
.eslintrc.json
@@ -8,6 +8,9 @@
8
"parserOptions": {
9
"ecmaVersion": 2020
10
},
11
+ "globals": {
12
+ "BigInt": true
13
+ },
14
"rules": {
15
"indent": [
16
"error",
@@ -25,7 +28,6 @@
25
28
26
29
"always"
27
30
],
- "no-console": "off",
31
"no-loop-func": [
32
"error"
33
@@ -211,7 +213,7 @@
211
213
212
214
"arrow-parens": [
215
- "as-needed"
216
+ "always"
217
218
"arrow-body-style": [
219
0 commit comments