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

Deprecated TsLint Rules #13

Closed
edieval opened this issue Jun 5, 2019 · 1 comment
Closed

Deprecated TsLint Rules #13

edieval opened this issue Jun 5, 2019 · 1 comment

Comments

@edieval
Copy link

edieval commented Jun 5, 2019

Hello guys,

The Ts Lint rules no-unused-variable and no-use-before-declare are deprecated.

It results with some warning messages:

no-unused-variable is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.

no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.

Thanks

@krzkaczor
Copy link
Owner

This is related to: #4

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

No branches or pull requests

2 participants