Index: eslint-config-eyeo/index.js |
diff --git a/eslint-config-eyeo/index.js b/eslint-config-eyeo/index.js |
index 013d71896129d1ed09a91c3b056411adea0f34b8..279f857bdab7cd5a1cbadf9f46dd825de4d7a7ea 100644 |
--- a/eslint-config-eyeo/index.js |
+++ b/eslint-config-eyeo/index.js |
@@ -54,7 +54,7 @@ module.exports = { |
"no-constant-condition": ["error", {checkLoops: false}], |
"no-control-regex": "off", |
"no-else-return": "error", |
- "no-empty": ["error", {allowEmptyCatch: true}], |
+ "no-empty": "off", |
"no-eval": "error", |
"no-extra-bind": "error", |
"no-extra-label": "error", |