sindresorhus/eslint-plugin-unicorn

Rule proposal: `no-identical-alternate`

クローズ

#2,153 opened on 2023/06/15

 (3 件のコメント) (5 件のリアクション) (0 人の担当者)JavaScript (468 件のフォーク)user submission
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

コントリビューターガイド