eslint-config-aco-angular
Advanced tools
Comparing version 0.2.0 to 0.3.1
@@ -96,2 +96,3 @@ { | ||
"unicode-bom": "error", | ||
"semi": [ "error", "never" ], | ||
@@ -121,5 +122,5 @@ "angular/log": "warn", | ||
"angular/no-service-method": "off", | ||
"semi": "off" | ||
"angular/no-service-method": "off" | ||
} | ||
} |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.2.0", | ||
"version": "0.3.1", | ||
"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
4931