Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryespresso committed Sep 29, 2022
1 parent 687eb71 commit 8f8abb9
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 @@ -2,7 +2,7 @@
"parser": "@typescript-eslint/parser",
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/no-unused-vars": 2
},
"plugins": ["@typescript-eslint"]
}

0 comments on commit 8f8abb9

Please sign in to comment.