allow nested ternary
This commit is contained in:
parent
5f97d07c0b
commit
ac33eddcc2
1
index.js
1
index.js
@ -220,7 +220,6 @@ module.exports = {
|
|||||||
'no-multi-assign': 'error',
|
'no-multi-assign': 'error',
|
||||||
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 1, maxBOF: 0 }],
|
'no-multiple-empty-lines': ['error', { max: 2, maxEOF: 1, maxBOF: 0 }],
|
||||||
'no-negated-condition': 'error',
|
'no-negated-condition': 'error',
|
||||||
'no-nested-ternary': 'error',
|
|
||||||
'no-new-object': 'error',
|
'no-new-object': 'error',
|
||||||
'no-tabs': 'error',
|
'no-tabs': 'error',
|
||||||
'no-trailing-spaces': 'error',
|
'no-trailing-spaces': 'error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user