eslint no-nested-ternary enabled

This commit is contained in:
Igor Lobanov 2022-10-31 14:43:26 +01:00
parent 98eef5f172
commit e0a20a840f

View File

@ -27,7 +27,6 @@ module.exports = {
// 'plugin:@typescript-eslint/recommended-requiring-type-checking'
],
rules: {
'no-nested-ternary': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
{