← Back to Tech
ESLint
ESLint analyzes code to catch common mistakes and enforce team conventions via rules. It is commonly used as a baseline quality gate in CI and during local development with editor integrations.
Official docs
https://eslint.org/docs/latest/ →Related projects