Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support checking multiple configuration files #126

Closed
astorije opened this issue Apr 9, 2018 · 0 comments
Closed

Support checking multiple configuration files #126

astorije opened this issue Apr 9, 2018 · 0 comments

Comments

@astorije
Copy link
Contributor

astorije commented Apr 9, 2018

I currently have 2 tslint.yml files: one at the root folder, and one in test/ that extends the root one. To be able to check both, it seems to me that I need to run:

tslint-config-prettier-check ./tslint.yml && tslint-config-prettier-check ./test/tslint.yml

It would be nice to be able to check both of those in a single command. In short, support of any of the following:

tslint-config-prettier-check .{,/test}/tslint.yml
tslint-config-prettier-check **/tslint.yml
# etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants