eslint-config-airbnb-base offers a standardized and comprehensive ESLint configuration based on Airbnb's JavaScript style guide, promoting code consistency and quality across projects. Version 13.1.0 builds upon the solid foundation of version 13.0.0, introducing key updates primarily focused on development dependencies and peer dependencies.
A notable change is the update to the supported ESLint versions. While both versions support 4.19.1 of ESLint, Version 13.1.0 expands compatibility by also supporting ESLint ^5.3.0, offering developers greater flexibility in choosing their ESLint version. Similarly, both listing eslint-plugin-import as a peer dependency allows developers to avoid version conflicts. Version 13.1.0 upgrades that peer dependency to ^2.14.0 from 2.12.0 in Version 13.0.0. Developers benefit from the latest import-related linting rules and improvements.
Furthermore, several development dependencies receive updates in version 13.1.0. eslint-find-rules is updated from 3.2.3 to 3.3.1, babel-preset-airbnb from 2.5.1 to 2.5.3, and safe-publish-latest from 1.1.1 to 1.1.2. These updates likely incorporate bug fixes, performance enhancements, or new features within their respective tools, indirectly improving the development experience when contributing to or maintaining projects using this ESLint configuration. The fileCount increases from 20 to 20, while unpackedSize also grows from 74749 to 76952, showcasing underlying additions. Developers should upgrade to 13.1.0 for enhanced compatibility with newer ESLint versions and incorporate the latest improvements in the development dependencies, ensuring a smoother and more efficient linting process.
The are not vulnerabilities for the version 13.1.0 of the package eslint-config-airbnb-base