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

feat(eslint-plugin): add prefer-string-starts-ends-with rule (fixes #285) #289

Merged
merged 24 commits into from Apr 11, 2019

Commits on Feb 16, 2019

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

Commits on Feb 19, 2019

  1. Copy the full SHA
    fcb945a View commit details
    Browse the repository at this point in the history
  2. fix s.match behavior

    The return value of `s.match` is an `Array` object or `null`.
    mysticatea committed Feb 19, 2019
    Copy the full SHA
    ee7c1df View commit details
    Browse the repository at this point in the history
  3. fix formating errors

    mysticatea committed Feb 19, 2019
    Copy the full SHA
    34e9fe1 View commit details
    Browse the repository at this point in the history
  4. Update packages/eslint-plugin/docs/rules/prefer-string-starts-ends-wi…

    …th.md
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    sindresorhus and mysticatea committed Feb 19, 2019
    Copy the full SHA
    c39407a View commit details
    Browse the repository at this point in the history
  5. fix for coverage 100

    some test cases were rejected by node selectors unintentionally.
    mysticatea committed Feb 19, 2019
    Copy the full SHA
    4cd6097 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Merge remote-tracking branch 'origin/master' into prefer-string-start…

    …s-ends-with/new
    
    # Conflicts:
    #	packages/eslint-plugin/package.json
    #	packages/eslint-plugin/typings/ts-eslint.d.ts
    mysticatea committed Feb 20, 2019
    Copy the full SHA
    740fe07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    881a3e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Update packages/eslint-plugin/src/rules/prefer-string-starts-ends-wit…

    …h.ts
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    j-f1 and mysticatea committed Feb 22, 2019
    Copy the full SHA
    08ab0ad View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/src/rules/prefer-string-starts-ends-wit…

    …h.ts
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    j-f1 and mysticatea committed Feb 22, 2019
    Copy the full SHA
    86018fd View commit details
    Browse the repository at this point in the history
  3. Update packages/eslint-plugin/docs/rules/prefer-string-starts-ends-wi…

    …th.md
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    existentialism and mysticatea committed Feb 22, 2019
    Copy the full SHA
    3c1def5 View commit details
    Browse the repository at this point in the history
  4. Update packages/eslint-plugin/docs/rules/prefer-string-starts-ends-wi…

    …th.md
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    existentialism and mysticatea committed Feb 22, 2019
    Copy the full SHA
    38005cd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Copy the full SHA
    c113c9c View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/docs/rules/prefer-string-starts-ends-wi…

    …th.md
    
    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    JamesHenry and mysticatea committed Feb 23, 2019
    Copy the full SHA
    ef3e7d6 View commit details
    Browse the repository at this point in the history
  3. remove comment

    mysticatea committed Feb 23, 2019
    Copy the full SHA
    ab1dd85 View commit details
    Browse the repository at this point in the history
  4. update description

    mysticatea committed Feb 23, 2019
    Copy the full SHA
    671edd6 View commit details
    Browse the repository at this point in the history
  5. update example

    mysticatea committed Feb 23, 2019
    Copy the full SHA
    fecf943 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into prefer-string-start…

    …s-ends-with/new
    
    # Conflicts:
    #	packages/eslint-plugin/package.json
    mysticatea committed Feb 23, 2019
    Copy the full SHA
    e15a7ff View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

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

Commits on Mar 8, 2019

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

Commits on Apr 9, 2019

  1. Merge branch 'master' into prefer-string-starts-ends-with/new

    # Conflicts:
    #	packages/eslint-plugin/package.json
    mysticatea committed Apr 9, 2019
    Copy the full SHA
    081a338 View commit details
    Browse the repository at this point in the history
  2. fix for review

    mysticatea committed Apr 9, 2019
    Copy the full SHA
    872ed49 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

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