Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaboim committed Sep 14, 2024
1 parent 2ff136b commit 9bc528c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
}
"extends": ["next/core-web-vitals", "next/typescript"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/node": "18.7.3",
"@types/react": "^18.2.33",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "^13.1.6",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"typescript": "^5.2.2"
}
}
3 changes: 0 additions & 3 deletions src/.eslintrc.json

This file was deleted.

0 comments on commit 9bc528c

Please sign in to comment.