1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-02 07:53:44 +07:00
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

11 lines
131 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
}
}