open-codetree / .eslintrc
matt HOFFNER
init
3c3f089
raw
history blame contribute delete
No virus
107 Bytes
{
"extends": ["next", "next/core-web-vitals"],
"rules": {
"@next/next/no-img-element": "off"
}
}