forked from zhurui/management
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"max-nested-callbacks": [2, 3],
|
||
|
"max-statements-per-line": [2, { "max": 2 }],
|
||
|
"no-invalid-this": [1],
|
||
|
"sort-keys": [0]
|
||
|
}
|
||
|
}
|