Skip to content

Commit

Permalink
fix: update eslint ecmaVersion to 13
Browse files Browse the repository at this point in the history
Linting failed in deploymentConfig.js due to the static fields. Eslint supports this from ecmaVersion 13.
  • Loading branch information
Gramatus committed Oct 5, 2024
1 parent 9b0c66b commit 444cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 12
"ecmaVersion": 13
},
"rules": {
},
Expand Down

0 comments on commit 444cefe

Please sign in to comment.