Skip to content

Commit

Permalink
Set ecmaVersion inside .eslintrc (anuraghazra#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and jacobbexten committed Nov 6, 2024
1 parent 4785b90 commit 274e4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"prettier"
],
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": 2022
},
"rules": {
// Possible Errors (overrides from recommended set)
Expand Down

0 comments on commit 274e4e5

Please sign in to comment.