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): adding consistent-type-exports rule #3936

Merged

Commits on Sep 23, 2021

  1. initial seed of rule.

    dzearing committed Sep 23, 2021
    Copy the full SHA
    4760ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Getting closer!

    dzearing committed Sep 25, 2021
    Copy the full SHA
    815efae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. It works!

    dzearing committed Sep 27, 2021
    Copy the full SHA
    582d49c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b4880a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Copy the full SHA
    97bb777 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    71ce5fd View commit details
    Browse the repository at this point in the history
  3. chore: adding documentation

    dzearing committed Sep 28, 2021
    Copy the full SHA
    a5dcc2b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4e62dd6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/typescript-eslint/typescr…

    …ipt-eslint into feat/consistent-type-exports
    dzearing committed Sep 28, 2021
    Copy the full SHA
    56a9251 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

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

Commits on Oct 13, 2021

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

Commits on Oct 19, 2021

  1. Copy the full SHA
    358a882 View commit details
    Browse the repository at this point in the history
  2. fix: addressing PR feedback

    dzearing committed Oct 19, 2021
    Copy the full SHA
    7a0e55d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b01854 View commit details
    Browse the repository at this point in the history
  4. fix: addressing more pr feedback - moving word list formatting to a u…

    …tility, minor nit cleanup
    dzearing committed Oct 19, 2021
    Copy the full SHA
    34b1e87 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Copy the full SHA
    82f8556 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27acd97 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    25f7a22 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e242915 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Copy the full SHA
    6285351 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85e6a2a View commit details
    Browse the repository at this point in the history
  3. fix: updating test cases where the namespace contains mixed value/typ…

    …es, and also where namespace is type only but exported as a non type
    dzearing committed Oct 22, 2021
    Copy the full SHA
    13422d8 View commit details
    Browse the repository at this point in the history