@eslint/js exhibited a consistent release frequency of 2 versions per month throughout 2023, with occasional jumps to 3. In 2024, the release pattern became more erratic, with periods of no releases followed by bursts of 2-4 versions per month, including a major version 9 release in April. 2025 so far, with data through September 8th, shows a return to a more consistent 2-3 releases per month.
@eslint/js downloads show consistent growth from March 2024 to July 2025, peaking at 218 million. August 2025 saw a slight dip to 208 million. September 2025 is incomplete, showing 51 million downloads so far, which doesn't represent the total for the month. Overall, there's a clear upward trend in usage.
@eslint/js provides reusable JavaScript code and configuration files for ESLint, the popular JavaScript linter. It includes the recommended rules, environments, and parsers that form the foundation of ESLint's core functionality. Developers leverage this package to quickly establish and maintain consistent coding standards within their projects by extending or customizing the provided configurations. This streamlines linting setup and ensures a standardized approach to code quality checks.