Ignore ESLint nested ternary (#23310)

th-downstream
Nick Schonning 2 years ago committed by GitHub
parent 262b0a7ba0
commit 4daa6799bb

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

Loading…
Cancel
Save