eslint-config-ebay
Advanced tools
Comparing version 0.1.10 to 1.0.0
{ | ||
"name": "eslint-config-ebay", | ||
"version": "0.1.10", | ||
"version": "1.0.0", | ||
"description": "ESLint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,4 +64,4 @@ 'use strict'; | ||
"no-mixed-spaces-and-tabs": 2, | ||
// disallow multiple empty lines and only one newline at the end | ||
"no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 }], | ||
// disallow consecutive empty lines | ||
"no-multiple-empty-lines": [2, { "max": 1 }], | ||
// disallow nested ternary expressions | ||
@@ -68,0 +68,0 @@ "no-nested-ternary": 2, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
23845
13