sindresorhus/eslint-plugin-unicorn

`prefer-regexp-test` catch more cases

已關閉

#2,071 建立於 2023年4月18日

 (1 則留言) (1 個反應) (0 位負責人)JavaScript (468 個分叉)user submission
enhancementhelp wanted

倉庫指標

星標
 (5,022 顆星)
PR 合併指標
 (平均合併 4小時 30分鐘) (30 天內合併 26 個 PR)

描述

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
      ) {

      }

貢獻者指南