Bones/node_modules/es6-shim/test/.eslintrc

20 lines
373 B
Plaintext
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"rules": {
"array-callback-return": 0,
"func-name-matching": 0,
"max-statements-per-line": [2, { "max": 2 }],
"no-restricted-properties": 1,
"symbol-description": 0,
"prefer-promise-reject-errors": 0,
},
"env": {
"mocha": true
},
"globals": {
"Symbol": false,
"Promise": false,
"expect": false,
"assert": false
}
}