eslint-config-aco-angular
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -71,3 +71,3 @@ { | ||
"key-spacing": "error", | ||
"keyword-spacing": [ "error", "always" ], | ||
"keyword-spacing": [ "error", { "after": true } ], | ||
"linebreak-style": "error", | ||
@@ -74,0 +74,0 @@ "newline-per-chained-call": "error", |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"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
7326