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): [prefer-readonly-parameter-types] add ignoreInferredTypes option #2668

Commits on Oct 12, 2020

  1. feat(eslint-plugin): [prefer-readonly-parameter-types] ignoreInferred…

    …Types option
    
    Allows `prefer-readonly-parameter-types` users to specify an `ignoreInferredTypes` option, which if true will ignroe errors on parameters with no explicit type parameter. This may be useful for cases where an external dependency specifies mutable parameter types, e.g. for parameters in callbacks.
    eyelidlessness committed Oct 12, 2020
    Copy the full SHA
    c654556 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6f1076 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    eyelidlessness committed Oct 12, 2020
    Copy the full SHA
    2a0305b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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