7 lines
121 B
Text
7 lines
121 B
Text
{
|
|
"rules": {
|
|
"max-statements-per-line": [2, { "max": 3 }],
|
|
"no-magic-numbers": 0,
|
|
"object-curly-newline": 0,
|
|
}
|
|
}
|