Skip to content

Commit

Permalink
Fix .eslintrc.json (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored May 17, 2024
1 parent 8c1d07f commit 4a5a4a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// adding next/babel to fix parsing error on next.conf.js
"extends": ["next/babel", "next/core-web-vitals"]
"extends": ["next/core-web-vitals"],
"rules": {
"@next/next/no-html-link-for-pages": ["error", "src/"]
}
}

0 comments on commit 4a5a4a2

Please sign in to comment.