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

haste-task-tslint: add type checking #149

Open
roymiloh opened this issue Nov 19, 2017 · 0 comments · May be fixed by #188
Open

haste-task-tslint: add type checking #149

roymiloh opened this issue Nov 19, 2017 · 0 comments · May be fixed by #188
Assignees

Comments

@roymiloh
Copy link
Contributor

You can read more info right here. Essentially, it expends/enriches the linter knowledge (by passing project's tsconfig.json) so it can have even stricter rules (for instance, I'd really love to use strict-boolean-expressions rule).

As a side effect, we won't need to pass any files to linter, it can understand it by reading the tsconfig.json file.

IMHO, this is the best practice. We might need to consider having this option only (zero configuration tool etc.)

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.

2 participants