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

new prefer-readonly-type rule #237

Closed
wants to merge 20 commits into from
Closed

Commits on Jul 31, 2021

  1. chore: update minimum required node version to 12

    BREAKING CHANGE: Node 12.4.0 or new is now required
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    a0c5d09 View commit details
    Browse the repository at this point in the history
  2. chore: remove deprecated stylitic ruleset

    BREAKING CHANGE: removed stylitic ruleset in favor of stylistic ruleset
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    d880946 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dcb7f83 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bd8d550 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d01bc54 View commit details
    Browse the repository at this point in the history
  6. chore: remove unneeded incompatible dev-dependencies

    Remove dev-dependencies that aren't needed for testing and aren't compatable with all node versions
    being tested against.
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    b200df9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e45c571 View commit details
    Browse the repository at this point in the history
  8. chore: remove deprecated rule: prefer-type-literal

    BREAKING CHANGE: rule "prefer-type-literal" has been removed.
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    79d461a View commit details
    Browse the repository at this point in the history
  9. chore: setup tspaths

    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    9898ab6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    562b78f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    df9fe59 View commit details
    Browse the repository at this point in the history
  12. feat(external-recommended): update recommended external rules

    removed:
     - @typescript-eslint/explicit-function-return-type
    
    added:
     - @typescript-eslint/prefer-readonly
     - @typescript-eslint/prefer-readonly-parameter-types
     - @typescript-eslint/switch-exhaustiveness-check
     - @typescript-eslint/prefer-const
    
    BREAKING CHANGE: update recommended external rules
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    e96541b View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    dd0e499 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    62b1242 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    5ce1f0f View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f10e4cc View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    c4ccf3d View commit details
    Browse the repository at this point in the history
  18. feat(prefer-readonly-type): turn option "allowMutableReturnType" on b…

    …y default
    
    BREAKING CHANGE: allowMutableReturnType is now on by default
    
    re #153
    RebeccaStevens committed Jul 31, 2021
    Copy the full SHA
    a37f2d3 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    929ba5f View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    0e75bbe View commit details
    Browse the repository at this point in the history