This commit is contained in:
Timo Hocker 2019-12-20 13:52:08 +01:00
parent bea4ed6f76
commit 9c83f73be0

View File

@ -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',