mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
6 lines
133 B
JSON
6 lines
133 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"func-style": ["error", "declaration", {"allowArrowFunctions": false}]
|
|
}
|
|
}
|