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-negative-index rule #417

Merged
merged 32 commits into from Nov 27, 2019

Commits on Oct 11, 2019

  1. Add prefer-negative-index rule

    fisker committed Oct 11, 2019
    Copy the full SHA
    f68080b View commit details
    Browse the repository at this point in the history
  2. fix identifier compare

    fisker committed Oct 11, 2019
    Copy the full SHA
    0f2b76c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Copy the full SHA
    c9994ed View commit details
    Browse the repository at this point in the history
  2. rebase

    fisker committed Oct 13, 2019
    Copy the full SHA
    e23be57 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. more cases

    fisker committed Oct 16, 2019
    Copy the full SHA
    14390d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rule/prefer-negative-index' of github.com:fisker/eslint…

    …-plugin-unicorn into rule/prefer-negative-index
    fisker committed Oct 16, 2019
    Copy the full SHA
    391d946 View commit details
    Browse the repository at this point in the history
  3. avoid ref issue

    fisker committed Oct 16, 2019
    Copy the full SHA
    38a5479 View commit details
    Browse the repository at this point in the history
  4. fix test

    fisker committed Oct 16, 2019
    Copy the full SHA
    3092586 View commit details
    Browse the repository at this point in the history
  5. disable wrong result

    fisker committed Oct 16, 2019
    Copy the full SHA
    e524d20 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. only fix .length - 1

    fisker committed Oct 17, 2019
    Copy the full SHA
    44acc09 View commit details
    Browse the repository at this point in the history
  2. handle spacing and parentheses

    fisker committed Oct 17, 2019
    Copy the full SHA
    34d7182 View commit details
    Browse the repository at this point in the history
  3. disable some eslint rules

    fisker committed Oct 17, 2019
    Copy the full SHA
    79c65b5 View commit details
    Browse the repository at this point in the history
  4. remove trimStart

    fisker committed Oct 17, 2019
    Copy the full SHA
    d09006b View commit details
    Browse the repository at this point in the history
  5. update leadingSpacingLength

    fisker committed Oct 17, 2019
    Copy the full SHA
    99827d6 View commit details
    Browse the repository at this point in the history
  6. coverage 100%

    fisker committed Oct 17, 2019
    Copy the full SHA
    208c512 View commit details
    Browse the repository at this point in the history
  7. name test code

    fisker committed Oct 17, 2019
    Copy the full SHA
    309a870 View commit details
    Browse the repository at this point in the history
  8. prototype support

    fisker committed Oct 17, 2019
    Copy the full SHA
    1428526 View commit details
    Browse the repository at this point in the history
  9. coverage

    fisker committed Oct 17, 2019
    Copy the full SHA
    ff54f48 View commit details
    Browse the repository at this point in the history
  10. fix function call

    fisker committed Oct 17, 2019
    Copy the full SHA
    fcae26f View commit details
    Browse the repository at this point in the history
  11. style

    fisker committed Oct 17, 2019
    Copy the full SHA
    bdf1fc1 View commit details
    Browse the repository at this point in the history
  12. simplify getMemberName

    fisker committed Oct 17, 2019
    Copy the full SHA
    25c2704 View commit details
    Browse the repository at this point in the history
  13. refactor

    fisker committed Oct 17, 2019
    Copy the full SHA
    bf59ecc View commit details
    Browse the repository at this point in the history
  14. typo

    fisker committed Oct 17, 2019
    Copy the full SHA
    0a1c77c View commit details
    Browse the repository at this point in the history
  15. more type

    fisker committed Oct 17, 2019
    Copy the full SHA
    9706f83 View commit details
    Browse the repository at this point in the history
  16. style

    fisker committed Oct 17, 2019
    Copy the full SHA
    9950d5d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. code style

    fisker committed Oct 25, 2019
    Copy the full SHA
    df6c7b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Copy the full SHA
    9fae2ef View commit details
    Browse the repository at this point in the history
  2. Update docs/rules/prefer-negative-index.md

    Co-Authored-By: Sindre Sorhus <sindresorhus@gmail.com>
    fisker and sindresorhus committed Nov 27, 2019
    Copy the full SHA
    25f5a9d View commit details
    Browse the repository at this point in the history
  3. Update docs/rules/prefer-negative-index.md

    Co-Authored-By: Sindre Sorhus <sindresorhus@gmail.com>
    fisker and sindresorhus committed Nov 27, 2019
    Copy the full SHA
    3ea3880 View commit details
    Browse the repository at this point in the history
  4. fix issues

    fisker committed Nov 27, 2019
    Copy the full SHA
    f56647d View commit details
    Browse the repository at this point in the history
  5. add comment

    fisker committed Nov 27, 2019
    Copy the full SHA
    7f7209f View commit details
    Browse the repository at this point in the history
  6. update comment

    fisker committed Nov 27, 2019
    Copy the full SHA
    6fee573 View commit details
    Browse the repository at this point in the history