Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add rule 'no-promise-as-boolean' #4790

Merged
merged 14 commits into from Jul 29, 2019
Merged

Add rule 'no-promise-as-boolean' #4790

merged 14 commits into from Jul 29, 2019

Commits on Jul 10, 2019

  1. Add rule 'no-promise-as-boolean'

    This commit fixes #3983
    guidojo committed Jul 10, 2019
    Copy the full SHA
    65a9c88 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Review: fix grammar in rule rationale

    Co-Authored-By: Josh Goldberg <joshuakgoldberg@outlook.com>
    guidsdo and Josh Goldberg committed Jul 17, 2019
    Copy the full SHA
    92eb5b7 View commit details
    Browse the repository at this point in the history
  2. Review: add extra test cases for union types

    guidojo committed Jul 17, 2019
    Copy the full SHA
    a156004 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    67ed2fb View commit details
    Browse the repository at this point in the history
  4. Move es6 promise tests to separate folder

    guidojo committed Jul 17, 2019
    Copy the full SHA
    a75b9f4 View commit details
    Browse the repository at this point in the history
  5. Review: add tests for third party promises

    guidojo committed Jul 17, 2019
    Copy the full SHA
    66d0a20 View commit details
    Browse the repository at this point in the history
  6. Add support for union typed promises in rule

    guidojo committed Jul 17, 2019
    Copy the full SHA
    631d175 View commit details
    Browse the repository at this point in the history
  7. Add extra test that awaits the promise

    guidojo committed Jul 17, 2019
    Copy the full SHA
    e3ed70a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4637889 View commit details
    Browse the repository at this point in the history
  9. Review: recommend other related rule

    guidojo committed Jul 17, 2019
    Copy the full SHA
    ea275ea View commit details
    Browse the repository at this point in the history
  10. Fix build by using tsutils

    guidojo committed Jul 17, 2019
    Copy the full SHA
    ec2107f View commit details
    Browse the repository at this point in the history
  11. Fix tslint issues

    guidojo committed Jul 17, 2019
    Copy the full SHA
    354aa5c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Review: fix typo

    Co-Authored-By: Josh Goldberg <joshuakgoldberg@outlook.com>
    guidsdo and Josh Goldberg committed Jul 27, 2019
    Copy the full SHA
    26983a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Merge remote-tracking branch 'upstream/master' into guidsdo/no-promis…

    …e-as-boolean
    guidojo committed Jul 29, 2019
    Copy the full SHA
    f3da00b View commit details
    Browse the repository at this point in the history