Skip to content

Commit 943e3f9

Browse files
committed
fix: All nested ternary
1 parent f805656 commit 943e3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/stylistic-issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module.exports = {
246246

247247
// disallow nested ternary expressions
248248
// http://eslint.org/docs/rules/no-nested-ternary
249-
'no-nested-ternary': 'error',
249+
'no-nested-ternary': 'off',
250250

251251
// disallow Object constructors
252252
// http://eslint.org/docs/rules/no-new-object

0 commit comments

Comments
 (0)