Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
feat: add no-nested-ternary to eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermootenct authored Sep 21, 2023
1 parent 95f0fe4 commit eaa185b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
],
"import/first": "error",
"no-nested-ternary": "warning",
"import/no-duplicates": "error",
"simple-import-sort/imports": [
"error",
Expand Down

0 comments on commit eaa185b

Please sign in to comment.