el.xwx.moe/.eslintrc.json
2023-12-27 15:06:18 -05:00

8 lines
139 B
JSON

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