Make enums action option enums const and fix linter issues.

This commit is contained in:
2023-10-27 16:21:52 -04:00
parent c113bd4f5c
commit dcdb2bad1a
3 changed files with 10 additions and 7 deletions

View File

@ -69,7 +69,8 @@ module.exports = {
"no-return-assign": "error",
"no-script-url": "error",
"no-sequences": "error",
"no-shadow": "error",
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
"no-throw-literal": "error",
"no-undef-init": "error",
"no-undefined": "error",