shift73k/assets_old/node_modules/util.promisify/.eslintrc

18 lines
247 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"env": {
"es6": true
},
"rules": {
"id-length": [2, { "max": 30 }],
"max-statements": [2, 16],
"multiline-comment-style": 0,
"no-magic-numbers": 0,
"operator-linebreak": [2, "before"]
}
}