biofriction-wp-theme/node_modules/util.promisify/.eslintrc

17 lines
215 B
Plaintext
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
{
"root": true,
"extends": "@ljharb",
"env": {
"es6": true
},
"rules": {
"id-length": [2, { "max": 30 }],
"max-statements": [2, 16],
"no-magic-numbers": 0,
"operator-linebreak": [2, "before"]
}
}