Files
sourcesetnature/.eslintrc.json
2026-01-05 13:45:51 +01:00

9 lines
221 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@next/next/no-img-element": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}