From 6432c74bf5375de652924b3db58c520b7f789f7e Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 5 Jun 2016 15:40:37 +0100 Subject: [PATCH] Allow tertiary statements in one line arrow functions --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8fb0d8c..d00db89 100644 --- a/index.js +++ b/index.js @@ -76,7 +76,7 @@ module.exports = { "no-bitwise": "error", "no-caller": "error", "no-catch-shadow": "error", - "no-confusing-arrow": "error", + "no-confusing-arrow": "off", "no-continue": "error", "no-div-regex": "error", "no-duplicate-imports": "error",