eslint-config-prettier offers a streamlined approach to integrating ESLint and Prettier, ensuring a conflict-free linting and formatting workflow for JavaScript projects. Version 1.1.1 and 1.1.0, while similar, present subtle differences that developers should note. Both versions share the same core functionality: disabling ESLint rules that clash with Prettier's formatting to prevent conflicting style directives. They both depend on "get-stdin" and have the same suite of development dependencies, including tools for testing (ava), code formatting (prettier), ESLint plugins for React and Flowtype, and configuration presets like eslint-config-google.
The key differences lie primarily in their release dates and the downloadable package (tarball). Version 1.1.1 was released on February 12, 2017, while 1.1.0 was released on February 10, 2017. While the code itself remained unchanged, the newer version might include very minor tweaks or adjustments in the build process. For developers, this means both versions should offer the same core utility. If you are already using 1.1.0 it's not critical to upgrade. However, staying on the latest patch version (1.1.1) is a good practice to ensure you have the most up-to-date, potentially optimized or slightly refined version, even if functional differences are minimal. Both packages maintain compatibility with ESLint versions 3.14.1 and above, as declared in "peerDependencies".
The are not vulnerabilities for the version 1.1.1 of the package eslint-config-prettier