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

Tslint is warning that a semicolon is missing with Angular NgModule decorator. #140

Closed Caayu closed 1 year ago

Caayu commented 3 years ago

TSLint version: ~6.1.0 Angular version: ~11.2.5

ngmodule

but some modules it doesn't

image

mjbvz commented 3 years ago

This seems like a generic tslint issue. Does it happen when you run tslint on the command line?

mjbvz commented 1 year ago

Closing as TSLint has been deprecated in favor of ESLint and this extension is no longer being maintained

Please look into migrating to use ESLint and the ESLint VS Code extension