microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 35 forks source link

autoFixOnSave does not work #59

Closed weagle08 closed 5 years ago

weagle08 commented 5 years ago

Moved from the TSLint extension marked deprecated to this extension and the autoFixOnSave is not supported or does not work. If it is supported how do I enable it?

mjbvz commented 5 years ago

See instructions and documentation here: https://github.com/Microsoft/vscode-typescript-tslint-plugin#auto-fix-and-auto-fix-on-save

weagle08 commented 5 years ago

Thanks! I looked at 3 different posts about the fix on save and this link was not given in any of the responses that I saw.