diff options
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", { |