This commit is contained in:
Timo Hocker 2019-12-24 11:50:47 +01:00
parent 87269dbdd3
commit 2d8ba4ebb0

View File

@ -21,7 +21,7 @@ module.exports = {
'no-console': 'warn', 'no-console': 'warn',
'no-constant-condition': ['error', { checkLoops: false }], 'no-constant-condition': ['error', { checkLoops: false }],
'no-dupe-else-if': 'error', 'no-dupe-else-if': 'error',
'no-extra-parens': ['error', 'all', { conditionalAssign: false }], 'no-extra-parens': ['error', 'functions'],
'no-import-assign': 'error', 'no-import-assign': 'error',
'no-setter-return': 'error', 'no-setter-return': 'error',
'no-template-curly-in-string': 'error', 'no-template-curly-in-string': 'error',