log4js-node/test/.eslintrc
2022-06-23 01:00:07 +08:00

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"]
}
}