eslint-config-aco-angular
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"plugins": [ | ||
"filenames" | ||
], | ||
"extends": [ | ||
@@ -60,2 +64,4 @@ "angular", | ||
"no-undef-init": "error", | ||
"array-bracket-spacing": [ "error", "always" ], | ||
"computed-property-spacing": ["error", "never"], | ||
"block-spacing": [ "error", "always" ], | ||
@@ -107,3 +113,2 @@ "brace-style": [ "error", "1tbs", { "allowSingleLine": true } ], | ||
"no-shadow": "warn", | ||
"array-bracket-spacing": [ "warn", "always" ], | ||
"camelcase": "warn", | ||
@@ -110,0 +115,0 @@ "comma-dangle": [ "warn", "never" ], |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.4.0", | ||
"version": "0.5.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
5034
121