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