Skip to content

Commit

Permalink
Add unicorn/no-nested-ternary
Browse files Browse the repository at this point in the history
Fixes #110. Closes #111.
  • Loading branch information
lydell committed Oct 5, 2019
1 parent 41b0302 commit 67bd0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unicorn.js
Expand Up @@ -2,6 +2,7 @@

module.exports = {
rules: {
"unicorn/no-nested-ternary": "off",
"unicorn/number-literal-case": "off"
}
};

0 comments on commit 67bd0fa

Please sign in to comment.