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

Hi, I have a problem with tslint on a single machine. I have tslint plugin installed in my VScode, errors are displayed correcttly but i can't auto fix them. Right...

I am using this plugin, as well as another called [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules), which scans CSS module files and creates TS typing files with the classnames declared therein. For example, I can...

I don't yet know the cause or how to reproduce it; but when using the plugin in my work project, the typescript service may get stuck while typing after showing...

info-needed

I'm using prettier without semicolons, with tslint. When I save a file, it is auto-formatted with prettier, and auto-fixed with typescript. However, the tslint plugin appears to be re-adding semi-colons...

I've been supporting a variety of tsserver features directly and very well for a long time with [ALE](https://github.com/w0rp/ale). I'm opening this issue mostly to leave a note for myself to...

help wanted

Say there is a monorepo structure such as this one ``` - tslint.json - node_modules/... - packages/a/tsconfig.json - packages/a/src/... ``` then tslint.json is not automatically found and applied (it is...

info-needed

Hello I use this plugin in vscode without tslint plugin When I run in my shell : tslint -p myfolder_containing_tsconfig_json I have several errors (more than 20) When I open...

info-needed

I'm setting up a monorepo based on [Rush](https://rushjs.io/). Specifically, I want each project in there to depend on e.g. `rush-stack-compiler-3.3`, which then depends on a specific version of TypeScript, TSLint,...

help wanted

I've traced the problem down to https://github.com/Microsoft/typescript-tslint-plugin/blob/master/src/runner/index.ts#L372. When running under `coc.nvim` `process.argv0` points to the `coc-nvim` binary, not `node`. This messes up path resolution for `tslint` and the whole thing...

help wanted

I'm trying to migrate to this plugin from deprecated `vscode-tslint`. My configuration is ```json { "extends": "./tsconfig.base", "plugins": [{ "name": "typescript-tslint-plugin", "alwaysShowRuleFailuresAsWarnings": false }] } ``` But `alwaysShowRuleFailuresAsWarnings` has no...