Skip to content

Commit 85ef96d

Browse files
committed
Update ESLint configuration
1 parent 4fa2e69 commit 85ef96d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.eslintrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"extends": "airbnb-base",
32
"env": {
43
"browser": true,
54
"es6": true,
65
"jest": true
76
},
8-
"rules": {
9-
"no-restricted-globals": "off"
10-
}
7+
"parserOptions": {
8+
"ecmaVersion": 2020
9+
},
10+
"extends": "airbnb-base"
1111
}

0 commit comments

Comments
 (0)