Skip to content

Commit

Permalink
disabling rules
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp committed Apr 30, 2024
1 parent 1af0dbb commit 1b4f04f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "next/core-web-vitals"
"extends": "next",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}

0 comments on commit 1b4f04f

Please sign in to comment.