mirror of
https://github.com/rjNemo/federation
synced 2026-06-11 12:36:39 +00:00
10 lines
113 B
Text
10 lines
113 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1]
|
|
}
|
|
}
|