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-internal): add rule no-poorly-typed-ts-props #1949

Merged
merged 3 commits into from Apr 29, 2020

Commits on Apr 29, 2020

  1. feat(experimental-utils): expose our RuleTester extension

    There are a few things we've built in (like automatically adding a filename) that others might find value in.
    Plus I want to use it in the internal plugin.
    bradzacher committed Apr 29, 2020
    Copy the full SHA
    3e7e2a2 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin-internal): add rule no-poorly-typed-ts-props

    Simple lint rule to ban usage of properties that introduce bugs.
    microsoft/TypeScript#24706
    bradzacher committed Apr 29, 2020
    Copy the full SHA
    78f0942 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7cd92ab View commit details
    Browse the repository at this point in the history