From e0a20a840f146dcf3f25688046d471e0b3769cf4 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 31 Oct 2022 14:43:26 +0100 Subject: [PATCH] eslint no-nested-ternary enabled --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3a5f8a20..4b07ff99 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,7 +27,6 @@ module.exports = { // 'plugin:@typescript-eslint/recommended-requiring-type-checking' ], rules: { - 'no-nested-ternary': 'off', '@typescript-eslint/no-unused-vars': [ 'warn', {