Skip to content

Commit

Permalink
chore: non-used-vars turned of
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Mar 28, 2024
1 parent 62e10c2 commit 154ba9c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 154ba9c

Please sign in to comment.