eslint-config-mzgol
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -145,3 +145,2 @@ 'use strict'; | ||
'key-spacing': 2, | ||
// Re-enable when commented out lines * ESLint pragmas work; was: | ||
@@ -198,3 +197,4 @@ // [2, {beforeBlockComment: true, beforeLineComment: true, allowBlockStart: true}], | ||
'generator-star-spacing': [2, {before: true, after: false}], | ||
'no-arrow-condition': 2, | ||
// Arrow returning a ternary is disallowed; wrapping in braces doesn't help. | ||
'no-arrow-condition': 0, | ||
'no-class-assign': 2, | ||
@@ -201,0 +201,0 @@ 'no-const-assign': 2, |
{ | ||
"name": "eslint-config-mzgol", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "ESLint config for projects written by mzgol", | ||
@@ -5,0 +5,0 @@ "main": "eslint-config-mzgol.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
9528
209