The eslint-plugin-promise package shows irregular release patterns. It was actively maintained from 2016 to 2019, with several versions released each year. Post 2019, the releases became sporadic, with long periods of inactivity interspersed with months containing one or more releases. The last release was in November 2024.
eslint-plugin-promise enhances ESLint with rules focused on best practices for working with JavaScript Promises. It helps prevent common pitfalls such as unhandled rejections, incorrect usage of async/await, and ensures proper promise construction. This plugin promotes cleaner, more reliable asynchronous code, improving the maintainability and robustness of your JavaScript applications by enforcing consistent promise handling. By integrating eslint-plugin-promise into your ESLint configuration, you can proactively identify and address potential promise-related issues during development.
Eslint-plugin-promise npm package downloads showed consistent growth from March 2024 to May 2025, peaking in June 2025. July and August 2025 saw a decrease, while September downloads are incomplete and significantly lower, reflecting the partial month. Overall, usage indicates a generally upward trend with recent fluctuations.