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

Ignore auto-fixable errors #67

Closed nfarina closed 1 year ago

nfarina commented 5 years ago

Hi, this is a feature request!

I'm an Atom+ESLint refugee, and so far VSCode+TSLint has been fantastic. But there is one thing I've been missing.

In the Atom ESLint plugin, there was an option to "ignore all auto-fixable errors". When you're editing code, Problems and squiggly-underlines can really take you out of the flow. And it doesn't seem like these are really "Problems" if the IDE is going to fix, say, the ordering of my imports for me anyway, once I save the file.

This feature would be a lot like using Prettier—it lets you mash out ugly code that works, and magically cleans it all up when you hit save.

Curious if others would find this useful or if I'm missing something.

egamma commented 5 years ago

Feature request makes sense moving to the vscode-typescript plugin repo, since vscode-tslint is deprecated.

nfarina commented 5 years ago

Ah, sorry about that! I should have clicked on the repo button from VSCode instead of Googling it.

egamma commented 1 year ago

This extension has been deprecated, closing