clawdbot-workspace/credispo/.eslintrc.json

8 lines
126 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"no-unused-vars": "off",
"@next/next/no-img-element": "off"
}
}