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

Assing tslint.json to jsonc as comments are allowed #125

Closed aeschli closed 1 year ago

aeschli commented 4 years ago

With the fix for https://github.com/microsoft/vscode/issues/78821 you can now associate tslint.json with jsonc again. This should be done in the extension.

jsonc now is only JSON + comments. To also allow trailing commas, this needs to be added to the schema.

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