wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

TSLint --fix option cannot be controlled #54

Closed mayani closed 7 years ago

mayani commented 7 years ago

tslint has a --fix option. There does not seem to be a way to invoke tslint-loader with --fix option. Code at https://github.com/wbuchwalter/tslint-loader/blob/master/index.js#L34 had codes it to false.

cryptiklemur commented 7 years ago

Fixed by #60

sonicoder86 commented 7 years ago

Fix is out with version 3.4.0.