Skip to content

Commit f9b6e44

Browse files
committed
Enable ES2021 for eslint
1 parent 8f2b7af commit f9b6e44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.eslintrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"env": {
33
"browser": true,
44
"commonjs": true,
5-
"es6": true,
5+
"es2021": true,
66
"node": true,
77
"jest": true
88
},
@@ -19,8 +19,7 @@
1919
],
2020
"parserOptions": {
2121
"project": "tsconfig.json",
22-
"sourceType": "module",
23-
"ecmaVersion": 2021
22+
"sourceType": "module"
2423
},
2524
"rules": {
2625
"linebreak-style": ["error", "unix"],

0 commit comments

Comments
 (0)