Prettier Tslint Versions Save

Code ➡️ prettier ➡️ tslint --fix ➡️ Formatted Code ✨

v0.4.2

5 years ago

0.4.2 (2019-01-03)

Bug Fixes

  • apply fixes for one rule at a time (ba41f6e), closes #26

v0.4.1

5 years ago

0.4.1 (2018-12-11)

Bug Fixes

  • allow typescript 3.0+ as a peer dependency (#24) (5727f49)
  • ensure the parent property exists on TS nodes (e065193)

v0.4.0

5 years ago

0.4.0 (2018-04-24)

Features

  • add format method, update dependencies (#12) (640be81)

v0.3.0

6 years ago

0.3.0 (2017-10-21)

Features

  • support fix and check commands (#3) (226f20c)

v0.2.0

6 years ago

0.2.0 (2017-10-21)

Features

  • respect .prettierrc and .prettierignore (48ed4f5)

0.1.0

6 years ago

Super basic support is done. Given an input file it will:

  • Run prettier --write
  • Locate tslint.json
  • Run tslint --fix

Currently there are some intermediary writes to disk but I'll be working to fix that soon.