@tsslint/typescript-plugin
v3.1.4
Published
Registers TSSLint as a `tsserver` language-service plugin. Diagnostics and code fixes flow through the same path as TypeScript's own errors, using the `Program` the editor already built — no second type-check.
Downloads
4,061
Readme
@tsslint/typescript-plugin
Registers TSSLint as a tsserver language-service plugin. Diagnostics and code fixes flow through the same path as TypeScript's own errors, using the Program the editor already built — no second type-check.
Usage
npm install @tsslint/typescript-plugin --save-dev{
"compilerOptions": {
"plugins": [{ "name": "@tsslint/typescript-plugin" }]
}
}For VS Code, the TSSLint extension wires this up automatically.
See the root README for rules, config, and framework support.
