azz / prettier-tslint

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

feat: upgrade to typescript 3.0+ #24

Closed aleclarson closed 5 years ago

aleclarson commented 5 years ago

To remove the warning for TS 3.0+ users, I added || ^3.0.0 to the typescript version in the peerDependencies. 🎉

Closes #18 #22 #23

aleclarson commented 5 years ago

Should I bump the devDependencies.typescript version to TS 3.0 too?

aleclarson commented 5 years ago

Note: Some TSLint rules are currently broken for TS 3.2+. If you hit errors, try downgrading to TS 3.1.