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

fix(eslint-plugin): [prefer-string-starts-ends-with] check for negative start index in slice #1920

Commits on Apr 20, 2020

  1. fix(eslint-plugin): check for neg index in slice

    In the prefer-string-starts-ends-with rule, the isEndsWith flag did not
    check that the startIndex argument is a negative index (-i or length-i),
    which has been fixed.
    
    see the issue for details
    
    closes issue typescript-eslint#1690
    sinyovercosy committed Apr 20, 2020
    Copy the full SHA
    4944a03 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

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