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): [no-unnecessary-type-assertion] fix false negative for const variable declarations #8558

Merged

Commits on Feb 27, 2024

  1. false negative for consts

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d37bdd5 View commit details
    Browse the repository at this point in the history
  2. add more testcases

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    60ac5e5 View commit details
    Browse the repository at this point in the history
  3. remove unused fn

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cedae49 View commit details
    Browse the repository at this point in the history
  4. add NNA

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    39c7d4b View commit details
    Browse the repository at this point in the history
  5. split into two ifs

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9f01e2a View commit details
    Browse the repository at this point in the history
  6. restore comment

    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b44cfe3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…

    …o-unnecessary-type-assertion
    abrahamguo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    054f71c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. finish

    abrahamguo committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    78f8744 View commit details
    Browse the repository at this point in the history
  2. change order for diffs

    abrahamguo committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    314d912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3307af5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. WIP clean up tests

    abrahamguo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5d7dd2a View commit details
    Browse the repository at this point in the history
  2. WIP

    abrahamguo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aa1ea22 View commit details
    Browse the repository at this point in the history
  3. WIP

    abrahamguo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    37406fc View commit details
    Browse the repository at this point in the history
  4. remove duplicate tests

    abrahamguo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    09f23b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…

    …o-unnecessary-type-assertion
    abrahamguo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    898de07 View commit details
    Browse the repository at this point in the history
  2. fix docs

    abrahamguo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e40b518 View commit details
    Browse the repository at this point in the history
  3. make test cases more self-contained

    Co-authored-by: auvred <61150013+auvred@users.noreply.github.com>
    abrahamguo and auvred committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    83a77d1 View commit details
    Browse the repository at this point in the history
  4. suppress lint error

    abrahamguo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9dcc70b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'no-unnecessary-type-assertion' of github.com:abrahamguo…

    …/typescript-eslint into no-unnecessary-type-assertion
    abrahamguo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fadd011 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge branch 'main' of github.com:abrahamguo/typescript-eslint into n…

    …o-unnecessary-type-assertion
    abrahamguo committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5e04444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60133ea View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    69f2cca View commit details
    Browse the repository at this point in the history