Home

Awesome

coc-tslint

Tthis extension is not maintained anymore, it can't work with latest coc.nvim.

Tslint language server extension for coc.nvim.

The tslint module is resolved from current file and then global modules of npm and yarn.

Note: this extension can't detect semantic issues, use coc-tslint-plugin instead.

Install

In your vim/neovim run command:

:CocInstall coc-tslint

Features

Configuration options

Notice this configuration settings allow you to configure the behaviour of the vscode-tslint extension. To configure rules and tslint options you should use the tslint.json file.

Auto-fixing

The extension supports automatic fixing of warnings to the extent supported by tslint. For warnings which support an auto-fix. You can apply the quick fix by either:

When there are overlapping auto fixes a user will have to trigger Fix all auto-fixable problems more than once.

License

MIT