Skip to content

Commit

Permalink
eslint: Disable multiline-ternary.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Jan 28, 2021
1 parent 9b30561 commit f038110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"flatTernaryExpressions": true
}
],
"multiline-ternary": 0,
"no-extra-parens": [
2,
"all",
Expand Down

0 comments on commit f038110

Please sign in to comment.