diff --git a/.eslintrc.json b/.eslintrc.json index 18f2180a..9da95837 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,6 +11,7 @@ }, "plugins": ["@typescript-eslint", "eslint-plugin-tsdoc"], "rules": { + "@typescript-eslint/ban-ts-comment": "warn", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-explicit-any": "off",