Ignore ESLint nested ternary (#23310)
parent
f8bdfa2f19
commit
1032d45644
|
@ -81,7 +81,6 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
'no-empty': 'off',
|
||||
'no-nested-ternary': 'warn',
|
||||
'no-restricted-properties': [
|
||||
'error',
|
||||
{ property: 'substring', message: 'Use .slice instead of .substring.' },
|
||||
|
|
Reference in New Issue