extends-classes
Advanced tools
Comparing version
@@ -88,4 +88,4 @@ module.exports = { | ||
"max-nested-callbacks": "error", | ||
"max-params": "error", | ||
"max-statements": "error", | ||
"max-params": "off", | ||
"max-statements": ["error", 15], | ||
"max-statements-per-line": "error", | ||
@@ -131,3 +131,3 @@ "multiline-ternary": "error", | ||
"no-loop-func": "error", | ||
"no-magic-numbers": "error", | ||
"no-magic-numbers": "off", | ||
"no-mixed-operators": "error", | ||
@@ -172,3 +172,3 @@ "no-mixed-requires": "error", | ||
"no-template-curly-in-string": "error", | ||
"no-ternary": "error", | ||
"no-ternary": "off", | ||
"no-throw-literal": "error", | ||
@@ -175,0 +175,0 @@ "no-trailing-spaces": "error", |
{ | ||
"name": "extends-classes", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"engines": { | ||
@@ -14,3 +14,3 @@ "node": ">=6.0.0" | ||
"scripts": { | ||
"test": "eslint . && node test" | ||
"test": "eslint . --fix && node test" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14480
0.04%0
-100%