@meadow/eslint-config
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -36,3 +36,3 @@ module.exports = { | ||
"no-empty-character-class": 2, | ||
"no-empty": 2, | ||
"no-empty": [2, { "allowEmptyCatch": true }], | ||
"no-ex-assign": 2, | ||
@@ -39,0 +39,0 @@ "no-extra-boolean-cast": 2, |
{ | ||
"name": "@meadow/eslint-config", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Extendable ESLint configuration by Meadow", | ||
@@ -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
10318