Skip to content

Commit 72e3fca

Browse files
committed
Remove jest from eslint config temporarily
1 parent 2c03a63 commit 72e3fca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"env": {
88
"browser": true,
99
"node": true,
10-
"jest/globals": true
10+
"es2020": true
1111
},
12-
"extends": "eslint:recommended",
12+
"extends": ["eslint:recommended"],
1313
"parserOptions": {
1414
"sourceType": "module",
1515
"ecmaVersion": 2020
@@ -31,6 +31,5 @@
3131
}],
3232
"no-extra-boolean-cast": "off",
3333
"no-console": ["error", {"allow": ["warn", "error"]}]
34-
},
35-
"plugins": ["jest"]
34+
}
3635
}

0 commit comments

Comments
 (0)