Skip to content

Commit fd24d1f

Browse files
committed
Update eslint config
1 parent 4b7c8bc commit fd24d1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.eslintrc.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"parserOptions": {
99
"ecmaVersion": 2020
1010
},
11+
"globals": {
12+
"BigInt": true
13+
},
1114
"rules": {
1215
"indent": [
1316
"error",
@@ -25,7 +28,6 @@
2528
"error",
2629
"always"
2730
],
28-
"no-console": "off",
2931
"no-loop-func": [
3032
"error"
3133
],
@@ -211,7 +213,7 @@
211213
],
212214
"arrow-parens": [
213215
"error",
214-
"as-needed"
216+
"always"
215217
],
216218
"arrow-body-style": [
217219
"error",

0 commit comments

Comments
 (0)