diff --git a/web/.eslintrc.json b/web/.eslintrc.json index 34551caf..f3e7b2a0 100644 --- a/web/.eslintrc.json +++ b/web/.eslintrc.json @@ -7,12 +7,6 @@ ], "plugins": ["@stylistic/ts"], "parser": "@typescript-eslint/parser", - "rules": { - "no-warning-comments": [ - "error", - { "terms": ["todo", "fixme"], "location": "anywhere" } - ] - }, "overrides": [ { "files": ["*.ts", "*.tsx"],