mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
7 lines
133 B
JSON
7 lines
133 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"func-style": ["error", "declaration", {"allowArrowFunctions": false}]
|
|
}
|
|
}
|