From 649abf8bce6625e839187b7d30155169dcbe70ce Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Fri, 17 Feb 2023 14:08:51 +0000 Subject: [PATCH] add eslint rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 85a2cc4..16104e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -39,6 +39,7 @@ "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/ban-types": "off", "@typescript-eslint/explicit-module-boundary-types": "off", + "@typescript-eslint/ban-ts-comment": "off", "no-dupe-class-members": "off", "no-param-reassign": ["error"],