eslint-config-aco-angular
Advanced tools
Comparing version 0.6.3 to 0.7.0
@@ -93,3 +93,3 @@ { | ||
"space-infix-ops": "error", | ||
"space-unary-ops": [ 2, { | ||
"space-unary-ops": [ "error", { | ||
"words": true, | ||
@@ -100,2 +100,3 @@ "nonwords": false | ||
"semi": [ "error", "never" ], | ||
"curly": [ "error", "multi-or-nest", "consistent" ], | ||
"padding-line-between-statements": [ "error", { | ||
@@ -102,0 +103,0 @@ "blankLine": "always", |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.6.3", | ||
"version": "0.7.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
7393
209