Skip to content

Commit

Permalink
chore: reconfigure eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Nov 1, 2024
1 parent 7fba268 commit 2aaf4c1
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",
"next/typescript"
]
}

0 comments on commit 2aaf4c1

Please sign in to comment.