Skip to content

Commit

Permalink
chore: add no-unused-vars rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Aug 17, 2024
1 parent 88ca3df commit 3a20e18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"no-unused-vars":"error"
}
}

0 comments on commit 3a20e18

Please sign in to comment.