agb/website/agb/.eslintrc.json

7 lines
133 B
JSON
Raw Normal View History

2024-04-09 09:18:22 +10:00
{
"extends": "next/core-web-vitals",
"rules": {
"func-style": ["error", "declaration", {"allowArrowFunctions": false}]
}
2024-04-09 09:18:22 +10:00
}