Bones/node_modules/function-bind/.eslintrc
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

14 lines
184 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-nested-callbacks": [2, 3],
"max-params": [2, 3],
"max-statements": [2, 20],
"no-new-func": [1],
"strict": [0]
}
}