|
|
|
@ -28,6 +28,7 @@ |
|
|
|
"multiline-comment-style": "off", |
|
|
|
"multiline-ternary": ["error", "always-multiline"], |
|
|
|
"newline-per-chained-call": ["error", { "ignoreChainWithDepth": 5 }], |
|
|
|
"no-continue": "off", |
|
|
|
"no-extra-parens": ["error", "functions"], |
|
|
|
"no-implicit-globals": "off", |
|
|
|
"no-magic-numbers": "off", |
|
|
|
@ -60,7 +61,6 @@ |
|
|
|
"consistent-this": "off", |
|
|
|
"func-style": "off", |
|
|
|
"function-paren-newline": "off", |
|
|
|
"guard-for-in": "off", |
|
|
|
"line-comment-position": "off", |
|
|
|
"max-len": "off", |
|
|
|
"max-lines": "off", |
|
|
|
|