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): [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish #4509

Merged

Commits on Feb 3, 2022

  1. fix(eslint-plugin): fix typo

    djcsdy committed Feb 3, 2022
    Copy the full SHA
    32dfcf4 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): non-nullable-type-assertion-style: don't complain…

    … when casting to a type parameter that might be nullish
    djcsdy committed Feb 3, 2022
    Copy the full SHA
    ce4706e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. fix(eslint-plugin): non-nullable-type-assertion-style: add tests for …

    …`string | undefined` and `string | null | undefined`
    djcsdy committed Feb 4, 2022
    Copy the full SHA
    754d48d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8befbe2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da49d03 View commit details
    Browse the repository at this point in the history