8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "prettier"],
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"@next/next/no-page-custom-font": "off"
|
|
}
|
|
}
|