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

Updated prefer-readonly-type rule #256

Closed
wants to merge 4 commits into from

Commits on Aug 12, 2021

  1. refactor!(prefer-readonly-type): change checkImplicit option to be mo…

    …re expicit of what it does
    
    BREAKING CHANGE: option checkImplicit changed to checkForImplicitMutableArrays
    RebeccaStevens committed Aug 12, 2021
    Copy the full SHA
    e7ae039 View commit details
    Browse the repository at this point in the history
  2. feat!(prefer-readonly-type): turn option "allowMutableReturnType" on …

    …by default
    
    BREAKING CHANGE: allowMutableReturnType is now on by default
    
    re #153
    RebeccaStevens committed Aug 12, 2021
    Copy the full SHA
    112d147 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    780a6c8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a292cef View commit details
    Browse the repository at this point in the history