From a5a7fc846c2c6d8f763baf27565a5c382d1d58ea Mon Sep 17 00:00:00 2001 From: LF Barrile Date: Fri, 22 Nov 2024 11:46:00 -0300 Subject: [PATCH] linter rule commented --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index e68dd8bd..339aef9c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,7 @@ { "files": ["*.js", "*.jsx", "*.ts", "*.tsx"], "rules": { - "linterOptions/reportUnusedDisableDirectives": ["error"] + // "linterOptions/reportUnusedDisableDirectives": ["error"] } } ],