Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
Signed-off-by: Lisa Gorewit-Decker <50784106+lisagorewitdecker@users.noreply.github.com>
  • Loading branch information
lisagorewitdecker authored Jan 14, 2025
1 parent 42b6a78 commit f1c3ea6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"rules": {
"@next/next/no-html-link-for-pages": ["error", "packages/my-app/pages/"]
}
"extends": {
}
{
"extends": {
"next/core-web-vitals"
}
}

0 comments on commit f1c3ea6

Please sign in to comment.