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 34 forks source link

Add command to create a tslint.json #3

Closed mjbvz closed 1 year ago

mjbvz commented 5 years ago

Add a command that creates a new tslint.json file in the workspace

This command is supported by the existing tslint plugin

DevinDon commented 5 years ago

If you installed tslint in global with npm, use tslint --init to create tslint.json.

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