diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-01-27 04:01:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 09:01:37 +0000 |
commit | 7a142bbafd6aa6ca5fe296ba3012158d8f2e75dc (patch) | |
tree | 698be195228b5b739a2acf77e34906b56fb80eca /.eslintrc.json | |
parent | a3224f688f44c9c913f32add1223e922ce88e65a (diff) |
Remove unneeded eslint disables (#554)
* Install eslint-plugin-eslint-comments
* Update rules, fix issues
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 0fa39826..d4bb3d23 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,7 @@ "extends": [ "eslint:recommended", "plugin:jsonc/recommended-with-json", + "plugin:eslint-comments/recommended", "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", @@ -378,6 +379,7 @@ "allowAllPropertiesOnSameLine": true } ], + "eslint-comments/no-unused-disable": "error", "@typescript-eslint/ban-ts-comment": [ "error", { |