sindresorhus/eslint-plugin-unicorn

`prefer-regexp-test` catch more cases

Chiusa

#2071 aperta il 18 apr 2023

 (1 commento) (1 reazione) (0 assegnatari)JavaScript (468 fork)user submission
enhancementhelp wanted

Metriche repository

Star
 (5022 stelle)
Metriche merge PR
 (Merge medio 1g 16h) (399 PR mergiate in 30 g)

Descrizione

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

      }

Guida contributor