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): [consistent-return] add new rule #8289

Merged
merged 21 commits into from Feb 23, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    8a9066c View commit details
    Browse the repository at this point in the history
  2. apply reviews

    yeonjuan committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4d4c26f View commit details
    Browse the repository at this point in the history
  3. fix docs

    yeonjuan committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a384bef View commit details
    Browse the repository at this point in the history
  4. fix order

    yeonjuan committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    717409b View commit details
    Browse the repository at this point in the history
  5. docs: remove eslint comment

    yeonjuan committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6dfb090 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    819f84a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    0c9856b View commit details
    Browse the repository at this point in the history
  2. fix rule in rulemap order

    yeonjuan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ee09cfc View commit details
    Browse the repository at this point in the history
  3. add test case

    yeonjuan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2c6aa8d View commit details
    Browse the repository at this point in the history
  4. fix docs

    yeonjuan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e46f979 View commit details
    Browse the repository at this point in the history
  5. add test case

    yeonjuan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0a2e164 View commit details
    Browse the repository at this point in the history
  6. fix default options

    yeonjuan committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8d9ecea View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. refactor

    yeonjuan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7b0f46d View commit details
    Browse the repository at this point in the history
  2. refactor

    yeonjuan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4ddedc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e6dfa View commit details
    Browse the repository at this point in the history
  4. fix

    yeonjuan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c926817 View commit details
    Browse the repository at this point in the history
  5. handle nested promise

    yeonjuan committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7203721 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    480b7ba View commit details
    Browse the repository at this point in the history
  2. fix lint error

    yeonjuan committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b3ca34e View commit details
    Browse the repository at this point in the history