Eslint-config-prettier version 1.6.0 introduces several updates compared to its predecessor, version 1.5.0, impacting developers aiming for seamless integration between ESLint and Prettier. Both configurations share the core functionality of disabling ESLint rules that conflict with Prettier's formatting, ensuring a consistent code style throughout a project and relying on the get-stdin dependency.
The primary changes reside in the development dependencies. Version 1.6.0 upgrades ava from 0.18.2 to 0.19.0, eslint from 3.17.0 to 3.19.0, and crucially, prettier from 0.21.0 to 0.22.0. Babel-eslint also sees an update from 7.1.1 to 7.2.1. This ensures compatibility with newer ESLint and Prettier features and bug fixes. Developers benefit from stability and potentially enhanced performance in their linting and formatting workflows. Minor version bumps are visible for eslint-plugin-react and eslint-plugin-flowtype. These updates are particularly important for developers using the latest versions of ESLint, Prettier, and associated plugins. They enable a more modern and streamlined development experience, mitigating potential compatibility issues that could arise with outdated dependencies. The configuration continues to support a minimum ESLint version of 3.14.1, as indicated in the peer dependencies.
The are not vulnerabilities for the version 1.6.0 of the package eslint-config-prettier