quick-lint-js
v3.2.0
Published
Find bugs in your JavaScript code
Downloads
2,811
Maintainers
Readme
quick-lint-js
quick-lint-js finds bugs in your JavaScript code.
quick-lint-js finds many bugs, including:
- Using a variable which does not exist
- Assigning to a
const
variable - Using
await
in a non-async
function - Syntax errors
Installing
quick-lint-js is designed to be used with your JavaScript editor. See the install documentation for all installation options.