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",