fix rule conflict
This commit is contained in:
parent
d0684c4319
commit
3c29385044
1
index.js
1
index.js
@ -211,7 +211,6 @@ module.exports = {
|
|||||||
'max-statements-per-line': 'error',
|
'max-statements-per-line': 'error',
|
||||||
'multiline-comment-style': ['error', 'starred-block'],
|
'multiline-comment-style': ['error', 'starred-block'],
|
||||||
'multiline-ternary': ['error', 'always-multiline'],
|
'multiline-ternary': ['error', 'always-multiline'],
|
||||||
'new-cap': 'error',
|
|
||||||
'new-parens': ['error', 'never'],
|
'new-parens': ['error', 'never'],
|
||||||
'newline-per-chained-call': ['error', { ignoreChainWithDepth: 1 }],
|
'newline-per-chained-call': ['error', { ignoreChainWithDepth: 1 }],
|
||||||
'no-array-constructor': 'error',
|
'no-array-constructor': 'error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user