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

Migrate tslint to eslint #1590

Merged
merged 21 commits into from
May 3, 2020
Merged

Migrate tslint to eslint #1590

merged 21 commits into from
May 3, 2020

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    808dfc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a401b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1eea13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89a09b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6846b8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec5bb01 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    892b59b View commit details
    Browse the repository at this point in the history
  2. feat(eslint): changed from off to warn on no-unbound

    This change is detect where there might be issues with referencing ´this´
    
    from the rule definition (https://github.com/typescript-eslint/typescript-eslint/blob/v2.30.0/packages/eslint-plugin/docs/rules/unbound-method.md) :
    
    `Warns when a method is used outside of a method call.
    
    Class functions don't preserve the class scope when passed as standalone variables.`
    tanettrimas committed May 2, 2020
    Configuration menu
    Copy the full SHA
    83dfc17 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump jest from 25.5.3 to 25.5.4 (#1589)

    Bumps [jest](https://github.com/facebook/jest) from 25.5.3 to 25.5.4.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v25.5.3...v25.5.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 2, 2020
    Configuration menu
    Copy the full SHA
    0bb98c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e877a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6048e43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd5a7d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b8fca1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f37fad5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54a8b76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d5225d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2d7a8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b0cbbe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdb6ebd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0467fb8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

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