Home

Awesome

coc-tslint-plugin

WARNING this extension is deprecated since tslint is deprecated in favor of eslint.

Adds tslint to coc.nvim using the TypeScript TSLint language service plugin.

This is a fork of vscode-typescript-tslint-plugin.

Please refer to the tslint documentation for how to configure the linting rules.

Install

Important: If you also have the coc-tslint extension installed, please disable it to avoid linting files twice.*

In your vim/neovim, run command:

:CocInstall coc-tsserver coc-tslint-plugin

Configuration

You can either configure the TSLint extension using a tsconfig or jsconfig as described here, or configure it with coc.nvim settings.

Note the coc.nvim based configuration override the tsconfig or jsconfig configuration.

Differences with the coc-tslint extension

License

MIT