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): [require-types-exports] add new rule #8443

Open
wants to merge 81 commits into
base: main
Choose a base branch
from

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    9a0c28a View commit details
    Browse the repository at this point in the history
  2. wip

    StyleShit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7778868 View commit details
    Browse the repository at this point in the history
  3. wip

    StyleShit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    12fce5b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. lint

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d62f86c View commit details
    Browse the repository at this point in the history
  2. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0ebebd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30e9aa9 View commit details
    Browse the repository at this point in the history
  4. spelling...

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bfee791 View commit details
    Browse the repository at this point in the history
  5. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b309b51 View commit details
    Browse the repository at this point in the history
  6. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6aa6446 View commit details
    Browse the repository at this point in the history
  7. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    892c368 View commit details
    Browse the repository at this point in the history
  8. tuple generic

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0e8e58f View commit details
    Browse the repository at this point in the history
  9. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f4018a8 View commit details
    Browse the repository at this point in the history
  10. wip

    StyleShit committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    89a8344 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. wip

    StyleShit committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b2138e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feedefd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. wip

    StyleShit committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1161db0 View commit details
    Browse the repository at this point in the history
  2. refactor

    StyleShit committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d9875b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6338202 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428b2c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    2cb3455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1812e37 View commit details
    Browse the repository at this point in the history
  3. fix docs

    StyleShit committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4bee779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e7be7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e57985a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbb784c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f2dfa4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    37a0171 View commit details
    Browse the repository at this point in the history
  2. update docs

    StyleShit committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6fb274a View commit details
    Browse the repository at this point in the history
  3. wip

    StyleShit committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4672fe1 View commit details
    Browse the repository at this point in the history
  4. wip

    StyleShit committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c79b5cb View commit details
    Browse the repository at this point in the history
  5. wip

    StyleShit committed May 19, 2024
    Configuration menu
    Copy the full SHA
    279055a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    7082960 View commit details
    Browse the repository at this point in the history
  2. improve types

    StyleShit committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2f81933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f788d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cec0f5 View commit details
    Browse the repository at this point in the history
  5. getTypeName

    StyleShit committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    497957a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    702d4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700ff85 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. support namespaced types

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9a155b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0d000 View commit details
    Browse the repository at this point in the history
  3. fix namespaced imports

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b65f9c4 View commit details
    Browse the repository at this point in the history
  4. WIP

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    078e24a View commit details
    Browse the repository at this point in the history
  5. wip

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ed23162 View commit details
    Browse the repository at this point in the history
  6. fix propertykey tests

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ac224eb View commit details
    Browse the repository at this point in the history
  7. ReturnType test

    StyleShit committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    417cc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    62f1466 View commit details
    Browse the repository at this point in the history
  2. wip

    StyleShit committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ae1b87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d227408 View commit details
    Browse the repository at this point in the history
  4. lib types

    StyleShit committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dca52d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed30856 View commit details
    Browse the repository at this point in the history
  6. style

    StyleShit committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    15fc51c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. wip

    StyleShit committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    59eda58 View commit details
    Browse the repository at this point in the history
  2. wip

    StyleShit committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fc0858a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d24c64 View commit details
    Browse the repository at this point in the history
  4. configs

    StyleShit committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    94a98eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee0fe4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    0804b24 View commit details
    Browse the repository at this point in the history
  2. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a0a4944 View commit details
    Browse the repository at this point in the history
  3. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    66a0aff View commit details
    Browse the repository at this point in the history
  4. remove getVariable

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b67e1f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9891e78 View commit details
    Browse the repository at this point in the history
  6. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cb90d43 View commit details
    Browse the repository at this point in the history
  7. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    479f593 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08f2ce2 View commit details
    Browse the repository at this point in the history
  9. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e86427f View commit details
    Browse the repository at this point in the history
  10. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a61d49f View commit details
    Browse the repository at this point in the history
  11. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    121f475 View commit details
    Browse the repository at this point in the history
  12. wip

    StyleShit committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f3f8518 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. custom traversal

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ab837b4 View commit details
    Browse the repository at this point in the history
  2. some tests

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1641272 View commit details
    Browse the repository at this point in the history
  3. add missing tests

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fd56a1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0613d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f1148 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0415b60 View commit details
    Browse the repository at this point in the history
  7. change message

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a0c236e View commit details
    Browse the repository at this point in the history
  8. wip

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3d5d695 View commit details
    Browse the repository at this point in the history
  9. fix some reports

    StyleShit committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2e76ce6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. support keyof & typeof

    StyleShit committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    88713cb View commit details
    Browse the repository at this point in the history
  2. simplify tsconfig

    StyleShit committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ff2c0a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd30aa View commit details
    Browse the repository at this point in the history