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 prefer-array-find rule #735

Merged
merged 24 commits into from May 31, 2020
Merged

Commits on May 17, 2020

  1. Add prefer-find rule

    fisker committed May 17, 2020
    Copy the full SHA
    01bd77e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Apply suggestions from code review

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    fisker and sindresorhus committed May 18, 2020
    Copy the full SHA
    8c447fc View commit details
    Browse the repository at this point in the history
  2. Rename

    fisker committed May 18, 2020
    Copy the full SHA
    271b680 View commit details
    Browse the repository at this point in the history
  3. Add destructuring

    fisker committed May 18, 2020
    Copy the full SHA
    3ec4c02 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    49c36fa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Copy the full SHA
    7d939c6 View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    fisker committed May 19, 2020
    Copy the full SHA
    9ae82eb View commit details
    Browse the repository at this point in the history
  3. Add suggestions

    fisker committed May 19, 2020
    Copy the full SHA
    2d1c6af View commit details
    Browse the repository at this point in the history
  4. DRY

    fisker committed May 19, 2020
    Copy the full SHA
    e533afa View commit details
    Browse the repository at this point in the history
  5. Fix precedence

    fisker committed May 19, 2020
    Copy the full SHA
    f4a86e3 View commit details
    Browse the repository at this point in the history
  6. Report on .filter only.

    fisker committed May 19, 2020
    Copy the full SHA
    2149494 View commit details
    Browse the repository at this point in the history
  7. Support check variable

    fisker committed May 19, 2020
    Copy the full SHA
    32bc4a7 View commit details
    Browse the repository at this point in the history
  8. Update docs

    fisker committed May 19, 2020
    Copy the full SHA
    6298793 View commit details
    Browse the repository at this point in the history
  9. Add object check

    fisker committed May 19, 2020
    Copy the full SHA
    5ffb1e2 View commit details
    Browse the repository at this point in the history
  10. Style

    fisker committed May 19, 2020
    Copy the full SHA
    8dcdddc View commit details
    Browse the repository at this point in the history
  11. DRY

    fisker committed May 19, 2020
    Copy the full SHA
    d7765ce View commit details
    Browse the repository at this point in the history
  12. Mark rule partly fixable

    fisker committed May 19, 2020
    Copy the full SHA
    d610645 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Fix operator precedence

    fisker committed May 20, 2020
    Copy the full SHA
    282e58f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d8d5071 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Support destructuring

    fisker committed May 21, 2020
    Copy the full SHA
    eb8de33 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    fisker committed May 21, 2020
    Copy the full SHA
    85b6658 View commit details
    Browse the repository at this point in the history
  3. Clean

    fisker committed May 21, 2020
    Copy the full SHA
    8ef866e View commit details
    Browse the repository at this point in the history
  4. Code style

    fisker committed May 21, 2020
    Copy the full SHA
    356f78c View commit details
    Browse the repository at this point in the history
  5. Update messageId

    fisker committed May 21, 2020
    Copy the full SHA
    b88fa16 View commit details
    Browse the repository at this point in the history