mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "airbnb-base",
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"indent": 2,
|
|
"object-shorthand": 0,
|
|
"func-names": 0,
|
|
"max-len": [1, 120, 2],
|
|
"no-use-before-define": ["warn"],
|
|
"no-param-reassign": 0,
|
|
"strict": 0,
|
|
"import/no-extraneous-dependencies": 1,
|
|
"prefer-spread": 0,
|
|
"prefer-rest-params": 0
|
|
},
|
|
"parser-options": {
|
|
"ecmaVersion": 6
|
|
}
|
|
}
|