Over 90Ã faster than ESLint, quick-lint-js gives you instant feedback as you code. Find bugs in your JavaScript before your finger leaves the keyboard. Lint any JavaScript file with no configuration.
Your Cool App â Best IDE Ever
const occupation = language + " coder";
const language = "JavaScript";
occupation = "Senior " + occupation;
E0057 - use of undeclared variable: ocupationconsole.log(`Welcome, ${ocupationoccupation}!`);
Install quick-lint-js
Latest version: 3.2.0 (released )
Features
| quick-lint-js | ESLint | Biome | |||
|---|---|---|---|---|---|
| ð quick |
ð capable |
ð quick |
|||
|
â
zero config |
â config or init
|
â
config optional |
|||
| free GPLv3 |
open source MIT |
open source MIT |
|||
|
â
JSX |
â
â JSX |
â
JSX |
|||
|
â
TypeScript |
â
â TypeScript |
â
TypeScript |
|||
|
minimal lint rules |
zillions of lint rules |
some lint rules |
|||
| feature | quick-lint-js | ESLint | JSHint | Biome | Deno |
|
VS Code
|
â | â | â | â | â |
|
Vim
|
â | â | â | â | â |
|
Neovim
|
â | â | â | â | â |
|
WebStorm
|
â | â | â | â | â |
|
Sublime Text
|
â | â | â | â | â |
| Notepad++ | â | â | â | â | â |
|
Emacs
|
â | â | â | â | â |
|
Codespaces
|
â | â | â | â | â |
|
Kate
|
â | â | â | â | â |
| LSP server | â | â | â | â | â |
â feature requires a plugin

