sindresorhus/eslint-plugin-unicorn
`prefer-regexp-test` catch more cases
Chiusa
#2071 aperta il 18 apr 2023
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
) {
}