diff --git a/.eslintrc.json b/.eslintrc.json index 5bba7289..c672ecc0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -38,6 +38,7 @@ "plugin:@typescript-eslint/recommended" ], "rules": { + "@typescript-eslint/ban-ts-comment": "warn", "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/no-warning-comments": "off",