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

Add no-await-in-promise-methods rule #2259

Merged
merged 18 commits into from
Feb 22, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    728ba84 View commit details
    Browse the repository at this point in the history
  2. Use snapshot test

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5161d7b View commit details
    Browse the repository at this point in the history
  3. Better names

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d91eb23 View commit details
    Browse the repository at this point in the history
  4. Report problems ONE by ONE

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d7d4dcc View commit details
    Browse the repository at this point in the history
  5. Remove meaningless check

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c741db5 View commit details
    Browse the repository at this point in the history
  6. Correct use of isPromiseMethodWithArray

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ec860c7 View commit details
    Browse the repository at this point in the history
  7. Rewrite tests

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    450847c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2f1072 View commit details
    Browse the repository at this point in the history
  9. More tests

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    eccc843 View commit details
    Browse the repository at this point in the history
  10. Minor refactoring

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    64cc605 View commit details
    Browse the repository at this point in the history
  11. Update docs

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7189e61 View commit details
    Browse the repository at this point in the history
  12. Linting

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3dcec74 View commit details
    Browse the repository at this point in the history
  13. Update no-await-in-promise-methods.md

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2732005 View commit details
    Browse the repository at this point in the history
  14. Add test

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    74aac62 View commit details
    Browse the repository at this point in the history
  15. Preserve comments

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    da04831 View commit details
    Browse the repository at this point in the history
  16. Add another test

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    12d626f View commit details
    Browse the repository at this point in the history
  17. Update no-await-in-promise-methods.md

    fisker authored and Clement398 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    00f9dcc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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