mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-26 21:33:06 +07:00
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,
|
|
}
|
|
}
|