ESLint
eslint.orgFind and fix problems in your JavaScript code
Dev Toolsjavascriptlinterstatic-analysisopen-sourcecode-qualityjsxdeveloper-tooling

About
ESLint is an open-source, pluggable linting tool that statically analyzes JavaScript and JSX code to identify and report on problematic patterns. It integrates with most text editors and CI pipelines, and can automatically fix many of the issues it finds. Teams can configure it extensively with custom parsers, preprocessors, and rules to enforce their own code quality standards.
Problem
Developers need a reliable way to catch and fix code quality issues and bugs in JavaScript projects before they reach production.
For
JavaScript and front-end developers
How it works
ESLint statically analyzes JavaScript source code using configurable rules and plugins, highlighting problems and automatically applying syntax-aware fixes where possible.
Business model
open-source
Status
launched