-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
discussionDiscussion about a feature or topicDiscussion about a feature or topic
Description
Is it possible to run this rule in CLI when base and dependent classes are in different projects?
We have base project with common logic and several dependent projects (though TS 3.0 feature - project reference). So, base and dependent classes are in different typescript projects.
In VS2017 this rule works fine.
But I don't understand is it possible to check it with CLI. In TSLint CLI you can use only one project in --project argument. But in this case referenced projects are not used and I get a lot of false errors, that my override methods do not correspond to any base class. If I don't use --project argument I get warning that this rule requires type checking and I should use --project arg.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionDiscussion about a feature or topicDiscussion about a feature or topic