Skip to content

Commit

Permalink
Disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdev9274 committed May 6, 2024
1 parent 65dffde commit 579bf2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .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 579bf2c

Please sign in to comment.