Skip to content

Commit be081bb

Browse files
committed
.eslintrc: "globales": (extended), "es2021": true
1 parent 0f2910d commit be081bb

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
@@ -1,7 +1,7 @@
11
{
22
"env": {
33
"browser": true,
4-
"es6": true,
4+
"es2021": true,
55
"jest": true,
66
"jasmine": true,
77
"node": true
@@ -12,7 +12,9 @@
1212
"ecmaVersion": 2021
1313
},
1414
"globals": {
15-
"assert": true,
15+
"Test262Error": true,
16+
"gc": true,
17+
"$SOURCE": true,
1618
"fixture": true,
1719
"sandbox": true,
1820
"sinon": true

0 commit comments

Comments
 (0)