1
0
Fork 1
forked from fedi/mastodon

Ignore ESLint nested ternary (#23310)

This commit is contained in:
Nick Schonning 2023-01-30 00:17:46 -05:00 committed by talon
parent 388a334a1e
commit f1c06a61c5

View file

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