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