You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature][#67] Adds tslint autofix as a flag to ForkTsCheckerWebpackPlugin plugin (#174)
* Adds tslintAutoFix flag to ForkTsCheckerWebpackPlugin
* Updates Vue integration test based on IncrementalChecker class update
* Adds integration testing for tslintAutoFix flag
* Updates README file to add description about tslintAutoFix flag
* Removes unnecessary tslint checks
* Adds a check to verify formatted file contents
* Adds seperate tslint autofix json to avoid formatting files other than autofix files in integration test
* Bumps package.json and updates CHANGELOG file for tslintAutoFix option
* Updates README for tslintAutoFix with default value as false
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## v0.4.15
2
+
3
+
*[Add `tslintAutoFix` option to be passed on to tslint to auto format typescript files](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/174) (#174)
4
+
1
5
## v0.4.14
2
6
3
7
*[Add support for `reportFiles` option](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/179) (#179)
0 commit comments