mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
{
|
|
"extends": "../.eslintrc",
|
|
"rules": {
|
|
"no-plusplus": 0,
|
|
"global-require": 0,
|
|
"no-mixed-operators": 0,
|
|
"no-underscore-dangle": 0,
|
|
"guard-for-in": 0,
|
|
"no-restricted-syntax": ["error", "WithStatement"]
|
|
}
|
|
}
|