Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/index.js

Issue 29376719: Issue 3692 - Turn off the no-empty ESLint rule (Closed)
Patch Set: Created Feb. 21, 2017, 10:19 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld