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

[Tests] use parsers.all + features to maximally repeat test cases across parsers, plus fixes #3108

Merged
merged 4 commits into from
Oct 21, 2021

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    94a6ef9 View commit details
    Browse the repository at this point in the history
  2. [Fix] jsx-fragments, jsx-no-useless-fragment: avoid a crash on fr…

    …agment syntax in `typescript-eslint` parser
    ljharb committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8746b41 View commit details
    Browse the repository at this point in the history
  3. [Fix] jsx-props-no-multi-spaces: avoid a crash on long member chain…

    …s in tag names in `typescript-eslint` parser
    ljharb committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3d5d47e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. [Fix] no-unused-prop-types, usedPropTypes: avoid crash with types…

    …cript-eslint parser
    
    note: rules still do not work properly with the old TS parser
    ljharb committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    42f23b3 View commit details
    Browse the repository at this point in the history