Skip to content

Commit

Permalink
feat: change ternary lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleo committed Sep 5, 2024
1 parent e10b9ff commit 80e5ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion es-ds-docs/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
],
"vue/multi-word-component-names": "off",
"arrow-body-style": "off",
"implicit-arrow-linebreak": "off"
"implicit-arrow-linebreak": "off",
"no-nested-ternary" : "off"
}
}

0 comments on commit 80e5ce5

Please sign in to comment.