diff --git a/features/status-dashboard/server/.eslintrc.json b/features/status-dashboard/server/.eslintrc.json index b554baa59..58d6f0feb 100644 --- a/features/status-dashboard/server/.eslintrc.json +++ b/features/status-dashboard/server/.eslintrc.json @@ -10,18 +10,6 @@ "es2022": true }, "rules": { - "@typescript-eslint/no-explicit-any": "warn", - "@typescript-eslint/no-floating-promises": "off", - "@typescript-eslint/no-unsafe-assignment": "off", - "@typescript-eslint/no-unsafe-member-access": "off", - "@typescript-eslint/no-unsafe-call": "off", - "@typescript-eslint/no-unsafe-return": "off", - "@typescript-eslint/no-unsafe-argument": "off", - "@typescript-eslint/require-await": "off", - "@typescript-eslint/restrict-template-expressions": "off", - "@typescript-eslint/no-var-requires": "off", - "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], - "@typescript-eslint/explicit-function-return-type": "off", "no-console": "off", "import/no-unresolved": "off" },