From 2d8ba4ebb08c8ea9e6ce0708befafa2c094a70e9 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 24 Dec 2019 11:50:47 +0100 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cc6e827..7db6d95 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ module.exports = { 'no-console': 'warn', 'no-constant-condition': ['error', { checkLoops: false }], 'no-dupe-else-if': 'error', - 'no-extra-parens': ['error', 'all', { conditionalAssign: false }], + 'no-extra-parens': ['error', 'functions'], 'no-import-assign': 'error', 'no-setter-return': 'error', 'no-template-curly-in-string': 'error',