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

Can't make it show errors in .html files #104

Closed 0xR closed 4 years ago

0xR commented 5 years ago

There are tslint plugins that run on .html files. Notable example are some checks from angular codelyzer.

It would be nice if those error would show up inline in vscode when an .html file is opened.

I can't find any configuration option that can make it run on extensions other than .ts.

mjbvz commented 4 years ago

Unfortunately this is out of scope for this project as it is a typescript server plugin (which means we can only handle JS/TS files)