Skip to content

Commit

Permalink
Enable ES2021 for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 9, 2022
1 parent 8f2b7af commit f9b6e44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"es2021": true,
"node": true,
"jest": true
},
Expand All @@ -19,8 +19,7 @@
],
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module",
"ecmaVersion": 2021
"sourceType": "module"
},
"rules": {
"linebreak-style": ["error", "unix"],
Expand Down

0 comments on commit f9b6e44

Please sign in to comment.