Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Update tslint:latest configuration for 3.15 release #1506

Closed
adidahiya opened this issue Aug 22, 2016 · 3 comments
Closed

Update tslint:latest configuration for 3.15 release #1506

adidahiya opened this issue Aug 22, 2016 · 3 comments
Assignees
Milestone

Comments

@adidahiya
Copy link
Contributor

let's add

  • adjacent-overload-signatures
  • object-literal-shorthand
  • only-arrow-functions with allow-declarations option enabled
  • ordered-imports with "import-sources-order": "case-insensitive" option
  • arrow-parens
@adidahiya adidahiya added this to the ASAP milestone Aug 22, 2016
@jkillian
Copy link
Contributor

I'm not sure I think that arrow-parens provides enough intrinsic value to add. Some won't like the extra keystrokes tradeoff for a little bit of visual contrast.

The other four I'm 👍 with

@adidahiya
Copy link
Contributor Author

found some more:

  • no-for-in-array
  • object-literal-key-quotes with "as-needed" option

@jkillian
Copy link
Contributor

Not the first, no-for-in-array requires typechecking. (Need to update the docs to show which rules need typechecking). The other seems good to me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants