| CARVIEW |
Select Language
HTTP/2 200
strict-transport-security: max-age=63072000; includeSubDomains
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
x-content-type-options: nosniff
content-security-policy: default-src 'self'; img-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'
x-xss-protection: 1; mode=block
last-modified: Sun, 18 Aug 2024 06:37:35 GMT
etag: "1fa5b3-61fef6d7fc9c0-gzip"
accept-ranges: bytes
cache-control: max-age=1
expires: Mon, 29 Dec 2025 15:43:10 GMT
vary: Accept-Encoding
content-encoding: gzip
content-length: 7003
content-type: text/html
date: Mon, 29 Dec 2025 15:43:09 GMT
server: Apache/2.4.52 (Ubuntu)
quick-lint-js: find JavaScript bugs
quick-lint-js
Find bugs in JavaScript programs.
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
AwesomeApp.js
✕•
const occupation = language + " coder";
const language = "JavaScript";
occupation = "Senior " + occupation;
E0057 - use of undeclared variable: ocupationconsole.log(`Welcome, ${ocupationoccupation}!`);
2
10
JavaScript
Install quick-lint-js
Latest version: 3.2.0 (released )
see all installation options · release history
Features
| feature | quick-lint-js | ESLint | JSHint | Biome | Deno |
|---|---|---|---|---|---|
| speed | 🚀 quick |
🐇 capable |
🐢 slow |
🚀 quick |
🐢 slow |
| easy setup |
✅ zero config |
❌ config or init
|
❌ config |
✅ config optional |
✅ zero config |
| easy npm install | ✅ | ✅ | ✅ | ✅ | ❌ |
| license | free GPLv3 |
open source MIT |
open source MIT |
open source MIT |
open source MIT |
| JSX |
✅ JSX |
✅ † JSX |
❌ |
✅ JSX |
✅ |
| TypeScript |
✅ TypeScript |
✅ † TypeScript |
❌ |
✅ TypeScript |
✅ |
| lint rules |
minimal lint rules |
zillions of lint rules |
some |
some lint rules |
some |
| stable | ✅ | ✅ | ✅ | ✅ | ✅ |
| 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

