free.technology/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

2023-10-18 00:12:25 +09:00
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}