@rslint/core
v0.1.14
Published
rslint core library
Readme
Rslint
🚀 Rocket Speed Linter - A high-performance TypeScript/JavaScript linter written in Go.
Features
- ⚡ 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
Installation
npm install -D @rslint/coreQuick Start
# Lint your project
npx rslint
# See available options
npx rslint --helpDocumentation
See the main repository for complete documentation and examples.
