-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
The current linting setup has a couple of issues:
- linting currently does not cover the
test/directory; I think it should - ideally should provide a formatter like with
--fixfor PRs like Improvement when there is no explicit Body in the request #1196 - there are two config files (
tslint.jsonandtsconfig.json), but it seems only one is used. I think one should include the other with the rules instead. This is here the main config is used:Line 36 in 7c38c03
"lint": "tslint -p tsconfig.json",
Metadata
Metadata
Assignees
Labels
No labels