@eslint/eslintrc releases peaked in 2020-2021, with consistent monthly releases. The frequency lessened in 2022. 2023 had releases scattered throughout the year including a major version 3. 2024 sees a further reduction in frequency. Only 2 releases in 2025 through September 11. Stable versions seem to be prioritized, with few releases in the last several months.
@eslint/eslintrc is ESLint's configuration system. It's responsible for parsing, validating, merging, and resolving ESLint configuration files (.eslintrc.js, .eslintrc.json, etc.). This package handles the complex logic of determining the final ESLint configuration for a given file, considering cascading configurations, extends properties, overrides, and environment settings. It's a core dependency for ESLint itself and is crucial for defining and enforcing coding standards in JavaScript projects.
@eslint/eslintrc downloads show a generally increasing trend from March 2024 to August 2025, peaking in June and July 2025 at around 250 million downloads. September 2025 shows a significant drop, likely due to incomplete data for the current month.