This website requires JavaScript.
Explore
Help
Sign In
yude
/
yude.jp
Watch
0
Star
0
Fork
0
You've already forked yude.jp
mirror of
https://github.com/yude-jp/yude.jp
synced
2024-12-22 12:10:11 +09:00
Code
Releases
Activity
24327251ee
yude.jp
/
.eslintrc.json
7 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Enable Next.js lint
2021-09-22 07:13:44 +09:00
{
https://github.com/vercel/next.js/issues/28596
2021-12-11 07:15:37 +09:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"@next/next/no-document-import-in-page"
:
"off"
}
Enable Next.js lint
2021-09-22 07:13:44 +09:00
}
Copy Permalink