yude.jp/.eslintrc.json

7 lines
109 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-document-import-in-page": "off"
}
}