-
Notifications
You must be signed in to change notification settings - Fork 888
Better support for linting multiple files #692
Comments
Yes please. Getting lint errors because the typings from tsd doesn't follow the same code standard as the project would be pretty messy. |
Are you going to support |
@raveclassic Definitely want to support |
@jkillian Thanks, waiting for changes. For now will use gulp to gather the files. |
I wonder what's the benefit of merging multiple reports into one... I think that three (relatively) small issues have a greater chance to be implemented than one big issue. But sure, it's up to you how you manage your project... |
moved task 2 (tsconfig.json support) to #858 |
Please do not do that, at least not hard coding that. Using tslint to lint |
No one is really pining for directories support (first checklist item in the issue description) so it seems like globs are enough. Closing this out. |
Related: #680
.ts{,x}
files in that directory and add them to be linted (similar to ESLint)tsconfig.json
file, TSLint should lint all the files listed in the"files"
list and files they reference via imports or references.d.ts
files by default? and provide an option to opt-in to linting them?tsconfig.json
file in the same way it currently searches for atslint.json
fileThe text was updated successfully, but these errors were encountered: