From 41c78696727cb5837cbef0e474b94bbecbbf424e Mon Sep 17 00:00:00 2001 From: Gorniaky Date: Sat, 9 Sep 2023 01:20:41 -0300 Subject: [PATCH] Update eslint.json --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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",