Skip to content

Instantly share code, notes, and snippets.

@olygood
Created January 6, 2022 12:14
Show Gist options
  • Save olygood/516b83748ed913ae77ab65ef7d6cb8bb to your computer and use it in GitHub Desktop.
Save olygood/516b83748ed913ae77ab65ef7d6cb8bb to your computer and use it in GitHub Desktop.
nextjs eslint disable rules
{
"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