Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@tsslint/core

The linting engine. Runs rules over TypeScript source files, manages the on-disk cache, and produces diagnostics.

End users don't install this directly — it's a runtime dependency of @tsslint/typescript-plugin (editor integration) and @tsslint/cli (batch linting), so both share one implementation.

See the root README for TSSLint itself.