azz / prettier-tslint

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

Using with typescript-tslint-plugin #33

Open aleclarson opened 5 years ago

aleclarson commented 5 years ago

Not sure how possible this is. You need to use this plugin to apply auto-fixes for rules with requiresTypeInfo enabled. It would be great if prettier-tslint could trigger those auto-fixes somehow.

Side note: It might be easier to run Prettier as a TSLint rule instead. See here