Eslint-config-prettier version 3.1.0 brings notable updates compared to version 3.0.1, primarily focusing on dependency upgrades within the development environment. Developers integrating Prettier with ESLint will find these updates relevant for maintaining compatibility and leveraging the latest features of supporting tools. The core functionality, described as turning off ESLint rules that conflict with Prettier, remains consistent.
Significant changes are observed in the devDependencies section. The eslint version jumps from ^5.3.0 to 5.6.0, while jest sees a minor upgrade from 23.5.0 to 23.6.0. prettier moves from ^1.14.2 to 1.14.3. Notably, babel-eslint advances from ^8.2.6 to 9.0.0, offering enhanced support for modern JavaScript syntax. Eslint-plugin-react is updated from ^7.10.0 to 7.11.1, ESLint-config-google moved from ^0.9.1 to 0.10.0 and eslint-plugin-standard moved from ^3.1.0 to 4.0.0. Furthermore, eslint-plugin-unicorn gets introduced with version 6.0.1 offering great set of rules to improve code quality. eslint-plugin-flowtype moved from ^2.50.0 to 2.50.1. The dependencies section remains unchanged, with get-stdin staying at ^6.0.0. The dist metadata reveals a slight increase in unpacked size from 33370 to 36511, possibly reflecting the added code from the updated dev dependencies along with an increment in the fileCount from 10 to 11. For developers, upgrading ensures access to the latest bug fixes, performance improvements, and potentially new rules offered by the updated ESLint plugins and Babel parser.
The are not vulnerabilities for the version 3.1.0 of the package eslint-config-prettier