-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Linting my project using the vrsource-tslint-rules
outputs the following warnings:
no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
Warning: member-ordering - Direct string option is deprecated and does not support accessors.
See also https://palantir.github.io/tslint/rules/member-ordering/
You should replace "public-before-private","static-before-instance","variables-before-functions"
with the following equivalent options and add -accessor categories as appropriate:
[...]
PR to fix these issues: #20
Metadata
Metadata
Assignees
Labels
No labels