This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Allow tslint type checking rules #94
Open
Description
Short description of the problem:
The lint command does not pass in --project
or --type-check
, therefore we cannot use any type checking rules.
https://github.com/palantir/tslint#type-checking
What behavior are you expecting?
The lint command should either enable type check rules or allow the options to be specified to the new process it spawns. This would allow the current command ionic-app-scripts lint
to behave the same, while a dev could enable type checking with ionic-app-scripts lint --project tsconfig.json --type-check
Which @ionic/app-scripts version are you using?
0.0.28