el.xwx.moe/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2023-01-22 15:39:35 -06:00
{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
2023-01-22 15:39:35 -06:00
}