# 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

```bash
npm install -D @rslint/core
```

## Quick Start

```bash

# Lint your project
npx rslint

# See available options
npx rslint --help
```

## Documentation

See the [main repository](https://github.com/web-infra-dev/rslint) for complete documentation and examples.
