eslint-config-aco-angular
Advanced tools
Comparing version 0.7.0 to 1.0.0
@@ -205,6 +205,9 @@ { | ||
"multiline-ternary": "warn", | ||
"no-continue": "warn", | ||
"max-depth": "warn", | ||
"max-len": [ "warn", 100 ], | ||
"max-lines": "warn", | ||
"max-lines": [ "warn", { | ||
"skipBlankLines": true, | ||
"skipComments": true, | ||
"max": 350 | ||
}], | ||
"max-statements-per-line": "warn", | ||
@@ -211,0 +214,0 @@ "no-negated-condition": "warn", |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.7.0", | ||
"version": "1.0.0", | ||
"description": "Angular 1.x EsLint shareable config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7471
212
0