10 lines
113 B
Text
10 lines
113 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1]
|
|
}
|
|
}
|