sindresorhus/eslint-plugin-unicorn
`prefer-regexp-test` catch more cases
クローズ
#2,071 opened on 2023/04/18
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
) {
}