el.xwx.moe/.eslintrc.json

8 lines
139 B
JSON
Raw Normal View History

2023-01-22 15:39:35 -06:00
{
"extends": "next/core-web-vitals",
"rules": {
2023-12-27 14:06:18 -06:00
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off"
}
2023-01-22 15:39:35 -06:00
}