hensei-web/.eslintrc.json
2023-04-11 04:14:35 -07:00

6 lines
97 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}