npm install @rslint/coreš Rocket Speed Linter - A high-performance TypeScript/JavaScript linter written in Go.
- ā” Ultra-fast: 10x+ faster than ESLint through Go-powered parallel processing
- šÆ Typed linting first: Enables typed linting by default for advanced semantic analysis
- š§ Easy migration: Compatible with ESLint and TypeScript-ESLint rule configurations
- šļø Project-level analysis: Performs cross-module analysis for better linting results
- š¦ Monorepo support: First-class support for large-scale TypeScript monorepos
- š Batteries included: Ships with all TypeScript-ESLint rules out of the box
``bash`
npm install -D @rslint/core
`bash
See the main repository for complete documentation and examples.