Files
ASHEBShop-h5/node_modules/function-bind/.eslintrc
T
2017-05-10 16:33:00 +08: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]
}
}