Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

no-empty-character-class false positive with unicode regexps #289

Open
Jessidhia opened this issue Feb 8, 2018 · 4 comments
Open

no-empty-character-class false positive with unicode regexps #289

Jessidhia opened this issue Feb 8, 2018 · 4 comments

Comments

@Jessidhia
Copy link

Any regular expression with u in their flags causes the warning.

image

Presumably the same will happen when typescript gets support for s in the flags (dotAll).

@buzinas
Copy link
Owner

buzinas commented Feb 25, 2018

Hey @Kovensky, thanks for reporting the problem. This issue shouldn't be too hard to fix, would you open a PR for that?

@ilan-schemoul
Copy link

Same goes for s

soulthreads added a commit to soulthreads/tslint-eslint-rules that referenced this issue Oct 3, 2018
soulthreads added a commit to soulthreads/tslint-eslint-rules that referenced this issue Oct 3, 2018
vvscode added a commit to vvscode/tslint-eslint-rules that referenced this issue Mar 8, 2019
@vvscode
Copy link

vvscode commented Mar 10, 2019

@buzinas friendly ping )

@danielemonaca
Copy link

Is this still relevant?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants