eslint-config-loopback
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -0,1 +1,7 @@ | ||
2016-04-19, Version 2.0.0 | ||
========================= | ||
* Disable multiple empty lines (Miroslav Bajtoš) | ||
2016-04-04, Version 1.0.0 | ||
@@ -2,0 +8,0 @@ ========================= |
@@ -30,2 +30,3 @@ { | ||
"no-array-constructor": 2, | ||
"no-multiple-empty-lines": ["error", { "max": 1 }], | ||
"no-trailing-spaces": 2, | ||
@@ -32,0 +33,0 @@ "object-curly-spacing": ["error", "always", { |
{ | ||
"name": "eslint-config-loopback", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "ESLint configs for LoopBack projects.", | ||
@@ -5,0 +5,0 @@ "main": "eslint.json", |
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
11207
49