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

Auto fix [tslint] Exceeds maximum line length of 140 (max-line-length) #110

Closed kresdjan closed 4 years ago

kresdjan commented 4 years ago

I don't know if it is out of scope for this plugin. But having an auto fix for [tslint] Exceeds maximum line length of 140 (max-line-length) would be greatly appreciated.

orta commented 4 years ago

Yeah, that would need to be inside TSLint itself, not on this vscode plugin. My recommendation is to use something like prettier.