yude.jp/.eslintrc.json

9 lines
191 B
JSON
Raw Permalink 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",
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off"
}
2021-09-22 07:13:44 +09:00
}