| home |
true |
| heroText |
RSLint |
| tagline |
Fast, Easy to use JavaScript Linter |
| actionText |
Get Started → |
| actionLink |
/guide/ |
| features |
| title |
details |
Error Tolerant |
Lint any code on the fly no matter how wrong it is. |
|
| title |
details |
Easy to use |
Know how to fix problems at a glance through descriptive errors with labels, notes, and suggestions. |
|
| title |
details |
Performant |
RSLint is natively compiled to a binary and uses multiple levels of parallelism. |
|
| title |
details |
Customizable |
All aspects of the linter are customizable through an easy to use configuration file. |
|
| title |
details |
Works out of the box |
No configuration required, the linter works without a configuration file. |
|
|
| footer |
MIT Licensed | Copyright © 2020-present Riccardo D'Ambrosio |
| tags |
configuration |
theme |
indexing |
|
RSLint is an extremely fast JavaScript linter written in Rust focusing on ease of use, customizability, and speed. RSLint
helps you find and fix error-prone productions in your code as well as enforce good practices.
RSLint does not require Node and has prebuilt binaries for Windows, Mac, and Linux but you are free to
compile the project from source to any target supported by Rust.