From 154ba9c4069f35e948e40d2de93adf57312988f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thau=C3=A3=20Magalh=C3=A3es?= Date: Thu, 28 Mar 2024 12:10:26 -0300 Subject: [PATCH] chore: non-used-vars turned of --- .eslintrc.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bf959759..95d60205 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,10 +1,5 @@ { - "extends": [ - "react-app", - "react-app/jest" - ], - "rules": { - "@typescript-eslint/no-unused-vars": "warn" - } + "rules": { + "@typescript-eslint/no-unused-vars": "off" // Desativa a regra globalmente } - \ No newline at end of file +}