azz / prettier-tslint

Code ➡️ prettier ➡️ tslint --fix ➡️ Formatted Code ✨
https://npm.im/prettier-tslint
MIT License
225 stars 13 forks source link

Allow to specify tslint.json #32

Open TheAifam5 opened 5 years ago

TheAifam5 commented 5 years ago

Hey!

In angular project there are three tslint.json files for the project (shared), the code (in src) and e2e (in e2e).

Would be nice to have a possibility to specify the tslint.json file.

Regards, TheAifam5