sindresorhus/eslint-plugin-unicorn

Rule proposal: `no-identical-alternate`

Closed

#2,153 opened on Jun 15, 2023

 (3 comments) (5 reactions) (0 assignees)JavaScript (468 forks)user submission
help wantednew rule

Repository metrics

Stars
 (5,022 stars)
PR merge metrics
 (Avg merge 1d 16h) (399 merged PRs in 30d)

Description

Description

Enforce clean code.

Fail

a ? b ? c : 1 : 1

Pass

a && b ? c : 1

Additional Info

No response

Contributor guide