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 typedef #581

Merged
merged 11 commits into from Jul 24, 2019

Commits on Jun 1, 2019

  1. feat(eslint-plugin): added new rule typedef

    Adds the equivalent of TSLint's `typedef` rule.
    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    b434f81 View commit details
    Browse the repository at this point in the history
  2. Always with the docs checking

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    982d473 View commit details
    Browse the repository at this point in the history
  3. Just a bit more coverage :)

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

Commits on Jun 15, 2019

  1. PR feedback: options enum; valid .md code

    Josh Goldberg committed Jun 15, 2019
    Copy the full SHA
    94dfd4c View commit details
    Browse the repository at this point in the history
  2. Coverage: missing arrow parameter failure tests; isTypedVariableDecla…

    …ration type assertion
    Josh Goldberg committed Jun 15, 2019
    Copy the full SHA
    38350c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Removed unnecessary rule options

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

Commits on Jul 16, 2019

  1. Stopped usage of parser services

    Josh Goldberg committed Jul 16, 2019
    Copy the full SHA
    2fffbed 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
    bc95de2 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary thought balloon

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

Commits on Jul 24, 2019

  1. Copy the full SHA
    42c6ac1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f30730 View commit details
    Browse the repository at this point in the history