From f5c81171587f34ffe3238b232605f8e1a6497f0e Mon Sep 17 00:00:00 2001 From: mrviniciux Date: Thu, 7 Nov 2024 17:57:10 -0300 Subject: [PATCH] fix(eslint): removed unnecessary coment --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4e0ac4c..5f4d964 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,7 @@ "plugins": ["react"], "rules": { "@typescript-eslint/no-unused-vars": [ - "warn", // ou "off" para desativar completamente + "warn", { "vars": "all", "args": "after-used",