You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
When I want to enable rule like:
no-boolean-literal-compare
no-floating-promises
no-for-in-array
no-unsafe-any
no-void-expression
I get an error :
Warning: no-boolean-literal-compare requires type checking� Use --force to continue.
I found that we need to enable type checking to support theses rules:
https://github.com/palantir/tslint#type-checking
--project tsconfig.json file
--type-check enable type checking when linting a project
I didn't find any way to do it with grunt-tslint, could you please add an option in gruntfile to support this ?
The text was updated successfully, but these errors were encountered: