typescript-tslint-plugin icon indicating copy to clipboard operation
typescript-tslint-plugin copied to clipboard

TypeScript TSLint language service plugin

Results 14 typescript-tslint-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

The first and fourth fixes here appear to be the same. I'm not sure if it's something I've done, or a bug (or how to tell).

bug

Testing: https://github.com/Microsoft/vscode/issues/62092 (vscode-tslint has the same limitation) When a line has multiple rule violations and you want to disable more then one, then the quick fix doesn´t handle this case...

help wanted

Testing: https://github.com/Microsoft/vscode/issues/62092 See the screenshot below and notice: - each tslint diagnostic has the same diagnostic code 10000 - each diagnostic includes the rule name At some point it was...

bug

Add a simple test for the `suppressWhileTypeErrorsPresent` configuration option