CodeBrowser / npm / eslint
eslint@10.7.0
// An AST-based pattern checker for JavaScript.
$ npm install eslint
downloads/wk
134,337,785
license
MIT
version
10.7.0
published
Jul 10, 2026
What is eslint?
ESLint is a static analysis tool that scans JavaScript code for patterns and potential issues using abstract syntax trees (ASTs). Developers use it to enforce consistent code style, catch bugs early, and maintain code quality across projects by defining custom rules and standards. It integrates into development workflows and CI/CD pipelines to automatically identify problems before code is deployed.
Keywords
#ast #lint #javascript #ecmascript #espree
Maintainers
openjsfoundation, eslintbot