Skip to content

Commit 9eb0c3d

Browse files
committed
Update eslint config
1 parent 7629c6f commit 9eb0c3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintignore

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

.eslintrc.json

Lines changed: 4 additions & 1 deletion
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",
@@ -210,7 +213,7 @@
210213
],
211214
"arrow-parens": [
212215
"error",
213-
"as-needed"
216+
"always"
214217
],
215218
"arrow-body-style": [
216219
"error",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy