Skip to content

The rule doesn't find Regex from concatenated strings  #7

@RatoX

Description

@RatoX

Hello, first thank you for your work on this helpful lib. I have a small issue to report.

The rule catches this situation:

export const lol2 = new RegExp("((?<=').+(?=')|"); 

but it can not catch when we have something like this:

export const lol2 = new RegExp("((?<=').+(?=')|"); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions