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 use-default-type-parameter #562

Commits on May 27, 2019

  1. feat(eslint-plugin): added new rule use-default-type-parameter

    Adds the equivalent of TSLint's `use-default-type-parameter` rule.
    Josh Goldberg committed May 27, 2019
    Copy the full SHA
    942c324 View commit details
    Browse the repository at this point in the history
  2. Added docs and fix output tests

    Josh Goldberg committed May 27, 2019
    Copy the full SHA
    ec6c29c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Ha, fixed discovered lint failure

    Josh Goldberg committed May 28, 2019
    Copy the full SHA
    4c87679 View commit details
    Browse the repository at this point in the history
  2. Added assumption of existing heritageClauses

    Josh Goldberg committed May 28, 2019
    Copy the full SHA
    dca4fb0 View commit details
    Browse the repository at this point in the history
  3. Whoops, left tests commented out...

    Josh Goldberg committed May 28, 2019
    Copy the full SHA
    e41a0f6 View commit details
    Browse the repository at this point in the history
  4. Added any and unknown as test cases

    Josh Goldberg committed May 28, 2019
    Copy the full SHA
    faf4214 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Changed recommended to false; added to all

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    b6a3677 View commit details
    Browse the repository at this point in the history
  2. No more recommendation in README.md table

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    159ba9b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Copy the full SHA
    1beaa93 View commit details
    Browse the repository at this point in the history
  2. A teeny bit more coverage and a bang

    Josh Goldberg committed Jun 15, 2019
    Copy the full SHA
    546abd6 View commit details
    Browse the repository at this point in the history
  3. Added assetion for getAliasedSymbol too

    Josh Goldberg committed Jun 15, 2019
    Copy the full SHA
    e557f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

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

Commits on Jul 10, 2019

  1. Removed useless ternary

    Josh Goldberg committed Jul 10, 2019
    Copy the full SHA
    5cc3715 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'typescript-eslint-use-default-type-parameter' of https:…

    …//github.com/JoshuaKGoldberg/typescript-eslint into typescript-eslint-use-default-type-parameter
    Josh Goldberg committed Jul 10, 2019
    Copy the full SHA
    0c381fb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Renamed to no-unnecessary-type-arguments

    Josh Goldberg committed Jul 16, 2019
    Copy the full SHA
    ba7c76f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master'

    Josh Goldberg committed Jul 16, 2019
    Copy the full SHA
    a8f202a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

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