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): added new rule await-promise #192

Commits on Feb 3, 2019

  1. feat(eslint-plugin) Added await-promise rule

    Adds the equivalent of TSLint's `await-promise` rule.
    Josh Goldberg committed Feb 3, 2019
    1
    Copy the full SHA
    951a4fc View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/docs/rules/await-promise.md

    Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
    j-f1 and JoshuaKGoldberg committed Feb 3, 2019
    Copy the full SHA
    c821cc1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master'; moved type util to utils/types.js

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    5a3def8 View commit details
    Browse the repository at this point in the history
  4. Fixed formatting complaint, I think?

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    62a6a71 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master'

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    d40d23c View commit details
    Browse the repository at this point in the history
  6. Whoops, docs typo

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    7c386cc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master'

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    c899d72 View commit details
    Browse the repository at this point in the history
  8. 30 done, not 29

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    5316313 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

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

Commits on Feb 7, 2019

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

Commits on Feb 9, 2019

  1. Merge branch 'master'

    Josh Goldberg committed Feb 9, 2019
    Copy the full SHA
    562fe93 View commit details
    Browse the repository at this point in the history
  2. Fixed ROADMAP.md links for await-promise

    Josh Goldberg committed Feb 9, 2019
    Copy the full SHA
    b8bd73e View commit details
    Browse the repository at this point in the history
  3. Removed async iterable checking

    Josh Goldberg committed Feb 9, 2019
    Copy the full SHA
    3646331 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge branch 'master' into typescript-eslint-await-promise

    Josh Goldberg committed Feb 24, 2019
    Copy the full SHA
    bcce472 View commit details
    Browse the repository at this point in the history
  2. Converted to TypeScript; used tsutils.isThenableType

    Josh Goldberg committed Feb 24, 2019
    Copy the full SHA
    d5726e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Update packages/eslint-plugin/README.md

    Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
    mysticatea and JoshuaKGoldberg committed Apr 3, 2019
    Copy the full SHA
    61cfe81 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/docs/rules/await-thenable.md

    Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
    mysticatea and JoshuaKGoldberg committed Apr 3, 2019
    Copy the full SHA
    30585b3 View commit details
    Browse the repository at this point in the history
  3. Update packages/eslint-plugin/ROADMAP.md

    Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
    mysticatea and JoshuaKGoldberg committed Apr 3, 2019
    Copy the full SHA
    4731cd3 View commit details
    Browse the repository at this point in the history
  4. Update packages/eslint-plugin/ROADMAP.md

    Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
    mysticatea and JoshuaKGoldberg committed Apr 3, 2019
    Copy the full SHA
    89ab9ba View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master'

    Josh Goldberg committed Apr 3, 2019
    Copy the full SHA
    9e66704 View commit details
    Browse the repository at this point in the history
  6. Docs touchups as requested

    Josh Goldberg committed Apr 3, 2019
    Copy the full SHA
    addce1d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fc74dda View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Copy the full SHA
    85fdeb0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d59c57e View commit details
    Browse the repository at this point in the history