11 lines
138 B
Text
11 lines
138 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1],
|
|
"no-magic-numbers": 0
|
|
}
|
|
}
|