Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/Update deprecated TSLint rules #19

Open
TomTomB opened this issue Jun 23, 2020 · 0 comments · May be fixed by #20
Open

Remove/Update deprecated TSLint rules #19

TomTomB opened this issue Jun 23, 2020 · 0 comments · May be fixed by #20

Comments

@TomTomB
Copy link

TomTomB commented Jun 23, 2020

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

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

Successfully merging a pull request may close this issue.

1 participant