agb/website/agb/.eslintrc.json

7 lines
133 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"func-style": ["error", "declaration", {"allowArrowFunctions": false}]
}
}