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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance no-array-for-each to handle optional chaining #1753

Merged
merged 27 commits into from
Apr 1, 2022

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    261a1ce View commit details
    Browse the repository at this point in the history
  2. Add docs example

    zaicevas committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    9270485 View commit details
    Browse the repository at this point in the history
  3. Refactor to early return

    zaicevas committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    38f6962 View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon

    zaicevas committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    6b0ed64 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

  1. Add missing semicolon

    zaicevas committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    3fb9a44 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Remove indentation

    zaicevas committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    947542b View commit details
    Browse the repository at this point in the history
  2. Add test cases

    zaicevas committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    66ab7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843a7ce View commit details
    Browse the repository at this point in the history
  4. Clean up tests

    zaicevas committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    147cc30 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Implement suggestion

    zaicevas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e57c03a View commit details
    Browse the repository at this point in the history
  2. Fx lint

    zaicevas committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e725692 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Add trailling commas

    zaicevas committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f2123c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Parse MemberExpression fix

    zaicevas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8a2a553 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge branch 'main' into pr/enhance-no-array-for-each

    # Conflicts:
    #	rules/no-array-for-each.js
    #	test/snapshots/no-array-for-each.mjs.md
    #	test/snapshots/no-array-for-each.mjs.snap
    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9faf943 View commit details
    Browse the repository at this point in the history
  2. Rewrite

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7238c3f View commit details
    Browse the repository at this point in the history
  3. Clean

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    784852d View commit details
    Browse the repository at this point in the history
  4. Reduce diff

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    08026eb View commit details
    Browse the repository at this point in the history
  5. More more more tests

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    900fb6c View commit details
    Browse the repository at this point in the history
  6. Linting

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    edbd83e View commit details
    Browse the repository at this point in the history
  7. Add more tests

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e469824 View commit details
    Browse the repository at this point in the history
  8. Add stripChainExpression

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    92801e4 View commit details
    Browse the repository at this point in the history
  9. Update docs

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f0f9f3b View commit details
    Browse the repository at this point in the history
  10. Add TODO

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    65dc4da View commit details
    Browse the repository at this point in the history
  11. Add test

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    107f059 View commit details
    Browse the repository at this point in the history
  12. Fix edge case

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    2e783bb View commit details
    Browse the repository at this point in the history
  13. Update comment

    fisker committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    27c4687 View commit details
    Browse the repository at this point in the history