diff --git a/ui/frontend/build_src/.eslintrc.cjs b/ui/frontend/build_src/.eslintrc.cjs index bc119f4b..1a10d68e 100644 --- a/ui/frontend/build_src/.eslintrc.cjs +++ b/ui/frontend/build_src/.eslintrc.cjs @@ -9,6 +9,7 @@ module.exports = { parserOptions: { ecmaVersion: "latest", sourceType: "module", + tsconfigRootDir: __dirname, }, plugins: ["react"], extends: [ @@ -21,6 +22,7 @@ module.exports = { // general things turned off for now "prefer-const": "off", "no-debugger": "warn", + "eol-last": "off", "comma-dangle": ["off", "always-multiline"], "no-void": ["off"], @@ -60,9 +62,10 @@ module.exports = { "@typescript-eslint/no-unnecessary-type-assertion": "off", "@typescript-eslint/space-before-function-paren": "off", - // i18n stuff no string literal works - "i18next/no-literal-string": "warn", + // i18n stuff no string literal works but turned off for now + "i18next/no-literal-string": "off", // still need to figure out how to get this to work + // it should error if we dont haev all the keys in the translation file "i18n-json/identical-keys": [ "error", { diff --git a/ui/frontend/build_src/index.html b/ui/frontend/build_src/index.html index dcaaa193..7788cf3f 100644 --- a/ui/frontend/build_src/index.html +++ b/ui/frontend/build_src/index.html @@ -10,259 +10,5 @@
- - - - - - -