Skip to content

Commit

Permalink
remove ecmaVersion from parserOptions
Browse files Browse the repository at this point in the history
env es2022 is enough
  • Loading branch information
SunsetTechuila authored and ririxi committed Nov 7, 2023
1 parent d2d3d80 commit 61bc325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "2022",
"sourceType": "module",
"project": ["tsconfig.json"],
},
Expand Down

0 comments on commit 61bc325

Please sign in to comment.