Skip to content

Commit

Permalink
fix: All nested ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 17, 2017
1 parent f805656 commit 943e3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/stylistic-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module.exports = {

// disallow nested ternary expressions
// http://eslint.org/docs/rules/no-nested-ternary
'no-nested-ternary': 'error',
'no-nested-ternary': 'off',

// disallow Object constructors
// http://eslint.org/docs/rules/no-new-object
Expand Down

0 comments on commit 943e3f9

Please sign in to comment.