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 rule no-confusing-void-expression #2605

Merged
merged 26 commits into from Nov 2, 2020
Merged

feat(eslint-plugin): add rule no-confusing-void-expression #2605

merged 26 commits into from Nov 2, 2020

Commits on Nov 1, 2020

  1. Copy the full SHA
    b3390ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cb2dfa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d66fb00 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2cedaa6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0a4ed4e View commit details
    Browse the repository at this point in the history
  6. feat(eslint-plugin): oops

    phaux committed Nov 1, 2020
    Copy the full SHA
    d116ab3 View commit details
    Browse the repository at this point in the history
  7. feat(eslint-plugin): meh

    phaux committed Nov 1, 2020
    Copy the full SHA
    7d54e93 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    877e84c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4e7afea View commit details
    Browse the repository at this point in the history
  10. feat(eslint-plugin): clearer phrasing in docs

    Co-authored-by: Tadhg McDonald-Jensen <tadhgmister@gmail.com>
    phaux and tadhgmister committed Nov 1, 2020
    Copy the full SHA
    a2d0913 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a240722 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    ee3e57a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    f353daa View commit details
    Browse the repository at this point in the history
  14. docs(eslint-plugin): options type and defaults

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    phaux and bradzacher committed Nov 1, 2020
    Copy the full SHA
    e1adee6 View commit details
    Browse the repository at this point in the history
  15. style(eslint-plugin): code style

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    phaux and bradzacher committed Nov 1, 2020
    Copy the full SHA
    6a45fe2 View commit details
    Browse the repository at this point in the history
  16. style(eslint-plugin): code style

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    phaux and bradzacher committed Nov 1, 2020
    Copy the full SHA
    4ae9466 View commit details
    Browse the repository at this point in the history
  17. style(eslint-plugin): nullThrows

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    phaux and bradzacher committed Nov 1, 2020
    Copy the full SHA
    20c341f View commit details
    Browse the repository at this point in the history
  18. style(eslint-plugin): remove array destructuring

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    phaux and bradzacher committed Nov 1, 2020
    Copy the full SHA
    95597ab View commit details
    Browse the repository at this point in the history
  19. fix(eslint-plugin): revert use rule in own impl

    This reverts commit 7d86695.
    phaux committed Nov 1, 2020
    Copy the full SHA
    25913a6 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    ebf8c7d View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    3038e04 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    9596ef5 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    1ac96bf View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    471a4c5 View commit details
    Browse the repository at this point in the history
  25. fix(eslint-plugin): sort rules

    phaux committed Nov 1, 2020
    Copy the full SHA
    4e4c77c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

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