sindresorhus/eslint-plugin-unicorn

`prefer-regexp-test` catch more cases

クローズ

#2,071 opened on 2023/04/18

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (468 件のフォーク)user submission
enhancementhelp wanted

Repository metrics

Stars
 (5,022 個のスター)
PR merge metrics
 (平均マージ 4h 30m) (30d で 26 merged PRs)

説明

the below cases currently not reported

      if (
        uri.match(/unicorn/).length ||
        uri.match(/unicorn/).length > 0 ||
        uri.match(/unicorn/)?.length ||
        uri.match(/unicorn/)?.length > 0
      ) {

      }

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