about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-01-30 00:17:46 -0500
committerGitHub <noreply@github.com>2023-01-30 14:17:46 +0900
commit1032d456445a2c1479a1ed3f69c9f724e31ff71b (patch)
tree6de888c9df15212c50dd0c8a0b17e02ce930a734 /.eslintrc.js
parentf8bdfa2f197cbf4398fc5aad36ffe84989f0e2d1 (diff)
Ignore ESLint nested ternary (#23310)
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index e0a92a0f4..66057fb73 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -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.' },