allow nested ternary

This commit is contained in:
Timo Hocker 2019-12-24 13:21:02 +01:00
parent 5f97d07c0b
commit ac33eddcc2

View File

@ -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',