Skip to content

Remove/Update deprecated TSLint rules #19

@TomTomB

Description

@TomTomB

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions