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

Using old TSLint version #103

Open
sethen opened this issue Jun 14, 2018 · 0 comments
Open

Using old TSLint version #103

sethen opened this issue Jun 14, 2018 · 0 comments

Comments

@sethen
Copy link

sethen commented Jun 14, 2018

This is throwing errors for me like:

Warning: The 'await-promise' rule requires type checking
Warning: The 'no-floating-promises' rule requires type checking
Warning: The 'no-for-in-array' rule requires type checking
Warning: The 'no-unbound-method' rule requires type checking
Warning: The 'restrict-plus-operands' rule requires type checking
Warning: The 'strict-boolean-expressions' rule requires type checking
Warning: The 'no-boolean-literal-compare' rule requires type checking

When using this in conjunction with webpack. Upon looking at the dependency, it looks like that it's tslint 4.4.2 which is behind the current implementation. Using the same config file for my project tslint 5.10.0 does works fine.

Probably should upgrade the version on tslint to be in line with the latest.

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

1 participant