sindresorhus/eslint-plugin-unicorn
Rule proposal: `no-identical-alternate`
クローズ
#2,153 opened on 2023/06/15
help wantednew rule
Repository metrics
- Stars
- (5,022 個のスター)
- PR merge metrics
- (平均マージ 4h 30m) (30d で 26 merged PRs)
説明
Description
Enforce clean code.
Fail
a ? b ? c : 1 : 1
Pass
a && b ? c : 1
Additional Info
No response