Created
January 6, 2022 12:14
-
-
Save olygood/516b83748ed913ae77ab65ef7d6cb8bb to your computer and use it in GitHub Desktop.
nextjs eslint disable rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "next", | |
"rules": { | |
"react/no-unescaped-entities": "off", | |
"@next/next/no-page-custom-font": "off" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment