eslint-config-bengler
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -62,3 +62,3 @@ module.exports = { | ||
"lines-around-comment": "off", | ||
"lines-between-class-members": ["error", "always"], | ||
"lines-between-class-members": "off", // turn on if supports methods only | ||
"max-depth": ["error", 2], | ||
@@ -65,0 +65,0 @@ "max-len": ["error", 150, 4], |
{ | ||
"name": "eslint-config-bengler", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Shared eslint configs for Bengler", | ||
@@ -5,0 +5,0 @@ "main": "base.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
19834