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

feat(eslint-plugin): allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified #5671

Commits on Sep 19, 2022

  1. Copy the full SHA
    0a7ccac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86b42da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f2a4732 View commit details
    Browse the repository at this point in the history
  4. fix: build error

    kazizi55 committed Sep 19, 2022
    Copy the full SHA
    d889d9f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Copy the full SHA
    9b8ce1e View commit details
    Browse the repository at this point in the history
  2. fix: replace any

    kazizi55 committed Sep 24, 2022
    Copy the full SHA
    d03c941 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. test: remove duplicate error

    kazizi55 committed Sep 27, 2022
    Copy the full SHA
    5225063 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ed96e1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f0b5e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Update packages/eslint-plugin/src/rules/no-invalid-void-type.ts

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Oct 2, 2022
    Copy the full SHA
    be5c6f4 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/src/rules/no-invalid-void-type.ts

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Oct 2, 2022
    Copy the full SHA
    a142182 View commit details
    Browse the repository at this point in the history
  3. fix: rename function name

    kazizi55 committed Oct 2, 2022
    Copy the full SHA
    e0b9b0a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4b7ad41 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cfab851 View commit details
    Browse the repository at this point in the history
  6. refactor: checkDefaultVoid

    kazizi55 committed Oct 2, 2022
    Copy the full SHA
    508ab8f View commit details
    Browse the repository at this point in the history