Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: prefer-regex-literal detects regex literals passed to RegExp (fixes #12840) #12842

Merged
merged 1 commit into from Jun 25, 2020

Commits on Jun 21, 2020

  1. Update: prefer-regex-literal detect regex literals (fixes eslint#12840)

    The rule `prefer-regex-literal` now detects when regex literals are
    unnecessarily passed to the `RegExp` constructor.
    lo1tuma committed Jun 21, 2020
    Copy the full SHA
    293d5ea View commit details
    Browse the repository at this point in the history