mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00: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,
|
|
}
|
|
}
|