Bones/node_modules/function-bind/.eslintrc

14 lines
184 B
Plaintext
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-nested-callbacks": [2, 3],
"max-params": [2, 3],
"max-statements": [2, 20],
"no-new-func": [1],
"strict": [0]
}
}