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

9 lines
155 B
Plaintext

{
"rules": {
"max-nested-callbacks": [2, 3],
"max-statements": [2, 15],
"max-statements-per-line": [2, { "max": 2 }],
"no-invalid-this": [1]
}
}