# rslint/rslint

A  (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate

Repository: https://github.com/rslint/rslint
Canonical: https://ross.abutalabs.com/products/rslint
Homepage: http://rslint.org
Language: Rust
License: MIT
License Family: permissive
Topics: javascript-linter, parser, linter, parallel, javascript, rust, typescript
Last push: 2023-03-05T13:40:47+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2339, "days_push": 1277, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2730, forks 79 (observed 2026-08-28T04:07:16.034015+00:00)

## What it is
RSLint is an extremely fast JavaScript and TypeScript linter written in Rust, distributed as a CLI binary and a Rust crate. It uses parallelism, a low-memory syntax tree, and an error-tolerant parser to lint code without requiring Node.js.

## Use cases
- lint javascript files without node
- fast parallel linting of a typescript codebase
- lint code with syntax errors using an error-tolerant parser
- replace eslint with a faster native binary linter
- embed a javascript linter in a rust application
- lint code in an editor on the fly as you type

## When to choose
- you need extremely fast, parallel linting of JS/TS without a Node runtime
- you want a linter that tolerates incomplete or broken syntax
- you want a Rust crate for parsing/linting JavaScript

## When to avoid
- you need a production-ready, mature linter with a large rule ecosystem (use ESLint instead)
- you rely on ESLint plugins or custom JS-based rules
- you need actively maintained software - the project is WIP with sparse releases

## Facets
- artifact type: cli-tool
- maturity: experimental
- function: linter, parser, cli
- domain: developer-tools, web-development, frontend
- platform: windows, rust, cli
- tags: javascript-linter, typescript-linter, error-recovery, parallel-linting, rust-crate, work-in-progress, javascript, linux, macos

## Member repositories
- rslint/rslint (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.034015+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:14:41.195500+00:00, confidence not recorded.
  - readme: https://github.com/rslint/rslint (fetched 2026-08-28T04:07:16.034015+00:00, sha e6e45b72aef4)
  - homepage: http://rslint.org (fetched 2026-08-29T09:57:44.412404+00:00, sha 653e0b53abcc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
