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

fix(eslint-plugin): [prefer-regexp-exec] factor in union types #3434

Commits on May 23, 2021

  1. Copy the full SHA
    c79e813 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. fix: ignore non-string types in .match reporting

    Josh Goldberg committed May 31, 2021
    Copy the full SHA
    8684b52 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge branch 'master'

    Josh Goldberg committed Jun 1, 2021
    Copy the full SHA
    1ac8415 View commit details
    Browse the repository at this point in the history
  2. feat: add .Both case

    Josh Goldberg committed Jun 1, 2021
    Copy the full SHA
    b7e814f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'prefer-regexp-exec-union-types' of https://github.com/J…

    …oshuaKGoldberg/typescript-eslint into prefer-regexp-exec-union-types
    Josh Goldberg committed Jun 1, 2021
    Copy the full SHA
    c37a0d7 View commit details
    Browse the repository at this point in the history
  4. feat: add .Both case

    Josh Goldberg committed Jun 1, 2021
    Copy the full SHA
    bc3fd65 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge branch 'master' into prefer-regexp-exec-union-types

    Josh Goldberg committed Jun 17, 2021
    Copy the full SHA
    8d37d7d View commit details
    Browse the repository at this point in the history
  2. chore: use a fancy bitwise enum

    Josh Goldberg committed Jun 17, 2021
    Copy the full SHA
    f03a4a4 View commit details
    Browse the repository at this point in the history