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

chore: turn on no-poorly-typed-ts-props #1955

Merged
merged 4 commits into from Apr 30, 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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    78f0942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc657d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2995fc7 View commit details
    Browse the repository at this point in the history