🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@tsslint/typescript-plugin

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@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.

latest
Source
npmnpm
Version
3.1.0
Version published
Weekly downloads
26
-82.19%
Maintainers
1
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts