Skip to content

Commit

Permalink
fixup! add eslint tseslint and configure it so that it passes with wa…
Browse files Browse the repository at this point in the history
…rnings

bump ecmaVersion
  • Loading branch information
Kakadus committed Dec 2, 2024
1 parent eab9a12 commit 13b9a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/static/ts/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default tseslint.config(
},
{
languageOptions: {
ecmaVersion: 5,
ecmaVersion: 2019,
parserOptions: {
project: ["tsconfig.json", "tsconfig.compile.json"],
},
Expand Down

0 comments on commit 13b9a5d

Please sign in to comment.