0.7.0
This release adds support for generating .clang-format
and tslint.json
in the target directory. The default implementations extend the gts configurations. If these files are not present we still fall back to the default gts provided config files.
This should enable editors to pickup the format and lint settings.
Commits
- f8a8cb5 fix: do not fix format errors with --dry-run (#171)
- a34ca31 test: minor cleanup (#170)
- 9a1bfdd fix: fix with --dry-run should not modify files (#169)
- 09ca073 fix: use correct lint config for individual files (#167)
- 9689211 feat: generate .clang-format (#163)
- 2cebae4 fix: properly specify cmdline flags to meow (#166)
- 76c3097 chore(package): update nyc to version 12.0.2 (#164)
- d2c325b feat: generate tslint.json (#160)
- cef0d68 fix(package): update inquirer to version 6.0.0 (#162)
- e8cca36 feat: ability to use user provided tslint config (#159)
- 0fd3a2d test: resolve gtsRootDir in tests (#158)
- 86ffb3b chore: start testing against Node 10 (#157)