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

What errors does source.fixAll.tslint fix on save? #82

Closed ideoclickVanessa closed 5 years ago

ideoclickVanessa commented 5 years ago

Is there a list of errors that source.fixAll.tslint will automatically fix on save?

I like the idea of auto-fixing the import alphabetization errors on save; however, may or may not want unused vars or console.log()s to be removed upon save while I'm still working with not yet completed code.

mjbvz commented 5 years ago

Any rules that marked as has-fixer in the tslint rule list should be autofixable: https://palantir.github.io/tslint/rules/