You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
let's enable:
ban-types
["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 checkercompleted-docs
newline-before-return
: too strictwe might consider the following for a stricter
tslint:palantir
config:newline-before-return
The text was updated successfully, but these errors were encountered: