rslint/rslint
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2339
- days_rel: n/a
- days_push: 1277
- n_releases_24m: 0
Adoption not part of the score
2730 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity experimental
linter parser cli developer-tools web-development frontend windows rust cli javascript-linter typescript-linter error-recovery parallel-linting rust-crate work-in-progress javascript linux macos
2 sources
- readme: https://github.com/rslint/rslint · fetched 2026-08-28 · e6e45b72aef4
- homepage: http://rslint.org · fetched 2026-08-29 · 653e0b53abcc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rslint/rslint | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem