fix rule conflict

This commit is contained in:
Timo Hocker 2020-01-14 19:45:35 +01:00
parent d0684c4319
commit 3c29385044

View File

@ -211,7 +211,6 @@ module.exports = {
'max-statements-per-line': 'error',
'multiline-comment-style': ['error', 'starred-block'],
'multiline-ternary': ['error', 'always-multiline'],
'new-cap': 'error',
'new-parens': ['error', 'never'],
'newline-per-chained-call': ['error', { ignoreChainWithDepth: 1 }],
'no-array-constructor': 'error',