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 new rule no-floating-promises #495

Merged
merged 11 commits into from Jun 10, 2019

Commits on May 7, 2019

  1. feat(eslint-plugin): add new rule no-floating-promises

    Adds the equivalent of TSLint's `no-floating-promises` rule. Fixes typescript-eslint#464
    princjef committed May 7, 2019
    Copy the full SHA
    6bb84bd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on Jun 9, 2019

  1. chore: merge master

    princjef committed Jun 9, 2019
    Copy the full SHA
    9b2c4e6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    66c847e View commit details
    Browse the repository at this point in the history
  3. chore: fix typecheck

    princjef committed Jun 9, 2019
    Copy the full SHA
    fbdbff3 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint error

    princjef committed Jun 9, 2019
    Copy the full SHA
    f7601d5 View commit details
    Browse the repository at this point in the history
  5. chore: fix docs mismatch

    princjef committed Jun 9, 2019
    Copy the full SHA
    def11d3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    37e870d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    efd991b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Copy the full SHA
    6708e7f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f0626c8 View commit details
    Browse the repository at this point in the history