Skip to content

Commit

Permalink
fix(eslint): removed unnecessary coment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrviniciux committed Nov 7, 2024
1 parent 73c3384 commit f5c8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugins": ["react"],
"rules": {
"@typescript-eslint/no-unused-vars": [
"warn", // ou "off" para desativar completamente
"warn",
{
"vars": "all",
"args": "after-used",
Expand Down

0 comments on commit f5c8117

Please sign in to comment.