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): add extension rule keyword-spacing #1739

Merged
merged 32 commits into from Apr 20, 2020
Merged

feat(eslint-plugin): add extension rule keyword-spacing #1739

merged 32 commits into from Apr 20, 2020

Commits on Apr 13, 2020

  1. keyword-spacing

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    16b5b1b View commit details
    Browse the repository at this point in the history
  2. Cleaned

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    fca75e7 View commit details
    Browse the repository at this point in the history
  3. Doc

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    82f1109 View commit details
    Browse the repository at this point in the history
  4. all.json

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    47b6f2d View commit details
    Browse the repository at this point in the history
  5. Docs

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    668e9e9 View commit details
    Browse the repository at this point in the history
  6. Prettified

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    936913b View commit details
    Browse the repository at this point in the history
  7. removed as any

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    e0dc659 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    644cb33 View commit details
    Browse the repository at this point in the history
  9. Moved keyword typing file

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    23975f2 View commit details
    Browse the repository at this point in the history
  10. Prettyfied

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    f0e95bf View commit details
    Browse the repository at this point in the history
  11. Better typing

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    6da07f6 View commit details
    Browse the repository at this point in the history
  12. Better typing

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    de86f6f View commit details
    Browse the repository at this point in the history
  13. export Options

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    7d0dd81 View commit details
    Browse the repository at this point in the history
  14. Fixed typing

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    f40bc1c View commit details
    Browse the repository at this point in the history
  15. pretty

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    88e4e70 View commit details
    Browse the repository at this point in the history
  16. Linting

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    e9bb029 View commit details
    Browse the repository at this point in the history
  17. Linting again...

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    6789102 View commit details
    Browse the repository at this point in the history
  18. Better typing

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    94eccbc View commit details
    Browse the repository at this point in the history
  19. typing, typing, typing...

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    2941964 View commit details
    Browse the repository at this point in the history
  20. typo

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    0022f7e View commit details
    Browse the repository at this point in the history
  21. Test coverage for after

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    f4011c9 View commit details
    Browse the repository at this point in the history
  22. import the keyword list

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    bdab59d View commit details
    Browse the repository at this point in the history
  23. Dropped Keyword const type

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    c8b69fd View commit details
    Browse the repository at this point in the history
  24. linting

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    80dcfe7 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    1cee759 View commit details
    Browse the repository at this point in the history
  26. Update packages/eslint-plugin/src/rules/keyword-spacing.ts

    Co-Authored-By: Brad Zacher <brad.zacher@gmail.com>
    OoDeLally and bradzacher committed Apr 13, 2020
    Copy the full SHA
    b2973c4 View commit details
    Browse the repository at this point in the history
  27. Update packages/eslint-plugin/typings/eslint-rules.d.ts

    Co-Authored-By: Brad Zacher <brad.zacher@gmail.com>
    OoDeLally and bradzacher committed Apr 13, 2020
    Copy the full SHA
    1a757d0 View commit details
    Browse the repository at this point in the history
  28. Update packages/eslint-plugin/src/rules/keyword-spacing.ts

    Co-Authored-By: Brad Zacher <brad.zacher@gmail.com>
    OoDeLally and bradzacher committed Apr 13, 2020
    Copy the full SHA
    c9795c7 View commit details
    Browse the repository at this point in the history
  29. Stuff

    OoDeLally committed Apr 13, 2020
    Copy the full SHA
    4dd789e View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    c26af99 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Update keyword-spacing.md

    bradzacher committed Apr 20, 2020
    Copy the full SHA
    0715791 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21f2c5f View commit details
    Browse the repository at this point in the history