tslint-eslint-rules
tslint-eslint-rules copied to clipboard
no-empty-character-class false positive with unicode regexps
Any regular expression with u in their flags causes the warning.
Presumably the same will happen when typescript gets support for s in the flags (dotAll).
Hey @Kovensky, thanks for reporting the problem. This issue shouldn't be too hard to fix, would you open a PR for that?
Same goes for s
@buzinas friendly ping )
Is this still relevant?