Files
gridpilot.gg/apps/website/.eslintrc.json
2025-12-11 21:06:25 +01:00

9 lines
233 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-img-element": "warn",
"react-hooks/exhaustive-deps": "warn",
"@typescript-eslint/no-explicit-any": "error"
}
}