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("((?<=').+(?=')|");