Airbnb's eslint-config-airbnb-base provides a foundational ESLint configuration adhering to the Airbnb JavaScript style guide. Version 1.0.4, released on April 26, 2016, offers subtle yet important improvements over its predecessor, version 1.0.3 (released April 22, 2016). A key distinction lies in the updated eslint-find-rules dev dependency, moving from version 1.4.0 to 1.7.0. This likely includes enhanced rule finding capabilities, potentially streamlining ESLint configuration and maintenance. Also, eslint-plugin-import was updated from version 1.5.0 to 1.6.0, meaning that the new version has fixes, improvements and new features regarding import, export and module resolution.
Crucially, both versions maintain the same peer dependency requirements: eslint version ^2.8.0, ensuring compatibility with existing ESLint setups. The core functionality and license (MIT) remain consistent. For developers using or considering eslint-config-airbnb-base, these updates represent refinements rather than breaking changes. Upgrading to 1.0.4 offers access to potentially superior rule management tools and bug fixes for ES modules and imports, keeping your code linting process efficient and aligned with Airbnb's evolving JavaScript style guidelines. The updates contribute to improved code quality and consistency across projects.
The are not vulnerabilities for the version 1.0.4 of the package eslint-config-airbnb-base