From 9c83f73be03b586440619669a2fb090e5d16b53e Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 20 Dec 2019 13:52:08 +0100 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 208a3b7..e002c91 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,7 @@ module.exports = { 'no-console': 'warn', 'no-constant-condition': ['error', { checkLoops: false }], 'no-dupe-else-if': 'error', - 'no-extra-parens': ['error', { conditionalAssign: false }], + 'no-extra-parens': ['error', 'all', { conditionalAssign: false }], 'no-import-assign': 'error', 'no-setter-return': 'error', 'no-template-curly-in-string': 'error',