| Index: eslint-config-eyeo/index.js |
| diff --git a/eslint-config-eyeo/index.js b/eslint-config-eyeo/index.js |
| index d2b577328ee6fd68ddd4dab71a12a28e21a56967..3a786503b9a03fe89397f9dda1779feb760f1cc0 100644 |
| --- a/eslint-config-eyeo/index.js |
| +++ b/eslint-config-eyeo/index.js |
| @@ -51,6 +51,7 @@ module.exports = { |
| "no-catch-shadow": "error", |
| "no-cond-assign": "off", |
| "no-console": ["error", {allow: ["warn", "error", "trace"]}], |
| + "no-constant-condition": ["error", {checkLoops: false}], |
| "no-control-regex": "off", |
| "no-else-return": "error", |
| "no-empty": ["error", {allowEmptyCatch: true}], |