Skip to content

Commit 13f99a4

Browse files
committed
Update eslint config
1 parent f255a42 commit 13f99a4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"globals": {
1212
"SharedArrayBuffer": true,
13-
"Atomics": true
13+
"Atomics": true,
14+
"BigInt": true
1415
},
1516
"rules": {
1617
"indent": [
@@ -218,7 +219,7 @@
218219
],
219220
"arrow-body-style": [
220221
"error",
221-
"always"
222+
"as-needed"
222223
],
223224
"arrow-spacing": [
224225
"error"

0 commit comments

Comments
 (0)