10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"@next/next/no-page-custom-font": "off",
|
|
"react/no-children-prop": "off"
|
|
}
|
|
|
|
}
|