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-array-for-each rule #1017

Merged
merged 43 commits into from
Jan 19, 2021
Merged

Commits on Jan 11, 2021

  1. Add no-array-for-each

    fisker committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ea0b64c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    2a638a3 View commit details
    Browse the repository at this point in the history
  2. Refactor

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    aa5786e View commit details
    Browse the repository at this point in the history
  3. Tests

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    298e2e1 View commit details
    Browse the repository at this point in the history
  4. Tests

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    59c70a7 View commit details
    Browse the repository at this point in the history
  5. Tests

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5c18e07 View commit details
    Browse the repository at this point in the history
  6. fix

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    507863f View commit details
    Browse the repository at this point in the history
  7. Update snapshot

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4782010 View commit details
    Browse the repository at this point in the history
  8. Fix

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b17181b View commit details
    Browse the repository at this point in the history
  9. Rename

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    f1e723b View commit details
    Browse the repository at this point in the history
  10. Style

    fisker committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b57da17 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Support check this

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f871353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc64aa View commit details
    Browse the repository at this point in the history
  3. Fix wrongly fix

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d9f6141 View commit details
    Browse the repository at this point in the history
  4. More tests

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6b0b592 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into no-array-for-each

    # Conflicts:
    #	index.js
    #	readme.md
    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    109ab2b View commit details
    Browse the repository at this point in the history
  6. Fix logic

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a747d93 View commit details
    Browse the repository at this point in the history
  7. Style

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4f374e5 View commit details
    Browse the repository at this point in the history
  8. Style

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    dcafc69 View commit details
    Browse the repository at this point in the history
  9. More tests

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1a7e6d4 View commit details
    Browse the repository at this point in the history
  10. Clean

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    3f2c9ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bfa8ea0 View commit details
    Browse the repository at this point in the history
  12. Fix ASI problem

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a9c1713 View commit details
    Browse the repository at this point in the history
  13. Fix parameter check

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    71cd4eb View commit details
    Browse the repository at this point in the history
  14. Add return in switch

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2bcc256 View commit details
    Browse the repository at this point in the history
  15. Fix parenthesized callback

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    8dac1cd View commit details
    Browse the repository at this point in the history
  16. Keep semi for arrow functions

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2599ae5 View commit details
    Browse the repository at this point in the history
  17. Ignore unreachable

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    edd49ba View commit details
    Browse the repository at this point in the history
  18. Fix style

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    80cde64 View commit details
    Browse the repository at this point in the history
  19. Fix arguments check

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0917e76 View commit details
    Browse the repository at this point in the history
  20. Test possible conflicts

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c33b426 View commit details
    Browse the repository at this point in the history
  21. Extend fix range

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    078e93b View commit details
    Browse the repository at this point in the history
  22. Add docs

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f035aca View commit details
    Browse the repository at this point in the history
  23. Fix lint

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4941a08 View commit details
    Browse the repository at this point in the history
  24. Rename a function

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    e32cb9f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34e5a58 View commit details
    Browse the repository at this point in the history
  26. Fix code style

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6a91f93 View commit details
    Browse the repository at this point in the history
  27. One more test

    fisker committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    bc47538 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    d8447b6 View commit details
    Browse the repository at this point in the history
  2. Update no-array-for-each.js

    fisker committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    de64278 View commit details
    Browse the repository at this point in the history
  3. Rename file

    fisker committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1f1dbb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6982ad4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c767fe0 View commit details
    Browse the repository at this point in the history