@jaysalvat/eslint-config
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -29,3 +29,3 @@ /* eslint-env node */ | ||
'no-else-return': 0, | ||
'no-empty': 2, | ||
'no-empty': [ 2, { allowEmptyCatch: true } ], | ||
'no-empty-character-class': 2, | ||
@@ -177,2 +177,3 @@ 'no-labels': 2, | ||
'newline-after-var': 1, | ||
'newline-before-return': 2, | ||
'object-curly-spacing': [ 2, 'always' ], | ||
@@ -179,0 +180,0 @@ 'object-shorthand': 0, |
{ | ||
"name": "@jaysalvat/eslint-config", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Personal Eslint 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
7329
233