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

Support json5 for tslint.json #38

Closed CoenraadS closed 5 years ago

CoenraadS commented 5 years ago

Hello

I would like to request tslint.json be supported as json5 document. Often my whole config stops working because I left a trailing comma somewhere.

glen-84 commented 5 years ago

Shouldn't this be reported against TSLint?

TSLint does support YAML configuration files, so you could use that.

usernamehw commented 5 years ago

https://github.com/palantir/tslint/issues/1721

mjbvz commented 5 years ago

Closing as an upstream tslint issue