mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-28 04:27:01 +00:00
22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
{
|
|
"rules": {
|
|
"array-callback-return": 0,
|
|
"func-name-matching": 0,
|
|
"max-lines-per-function": 0,
|
|
"max-statements-per-line": [2, { "max": 2 }],
|
|
"no-restricted-properties": 1,
|
|
"symbol-description": 0,
|
|
"prefer-promise-reject-errors": 0,
|
|
"consistent-return": 0,
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"Symbol": false,
|
|
"Promise": false,
|
|
"expect": false,
|
|
"assert": false
|
|
}
|
|
}
|