fix rule conflict
This commit is contained in:
1
index.js
1
index.js
@ -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',
|
||||
|
Reference in New Issue
Block a user