free.technology/.eslintrc.json
2023-10-18 00:12:25 +09:00

7 lines
97 B
JSON

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