0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 07:16:02 +09:00
yude.jp/.eslintrc.json

7 lines
109 B
JSON
Raw Normal View History

2021-09-22 07:13:44 +09:00
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-document-import-in-page": "off"
}
2021-09-22 07:13:44 +09:00
}