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

Update tslint:latest in v4.5.x #2263

Closed
adidahiya opened this issue Feb 28, 2017 · 0 comments
Closed

Update tslint:latest in v4.5.x #2263

adidahiya opened this issue Feb 28, 2017 · 0 comments

Comments

@adidahiya
Copy link
Contributor

let's enable:

  • ban-types
    • options: : ["String", "Use the primitive type 'string'"], ["Object", "Use a more specific object type"], ["Function", "Use a more specific function type"]
  • no-duplicate-super

intentionally excluding:

  • no-import-side-effect: while useful, this would be a relatively large breaking change. better to let people opt-in to it.
  • match-default-export-name: requires type checker
  • completed-docs
  • newline-before-return: too strict

we might consider the following for a stricter tslint:palantir config:

  • newline-before-return
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