Eslint-config-prettier version 4.0.0 introduces several changes compared to version 3.6.0, providing developers with an enhanced configuration for integrating ESLint and Prettier. Both versions aim to disable ESLint rules that conflict with Prettier's formatting, ensuring a consistent code style. A key difference lies in the updated development dependencies. Version 4.0.0 upgrades jest from 23.6.0 to 24.0.0 and prettier from 1.15.3 to 1.16.1, reflecting the evolution of these core tools. The package also transitions from eslint-plugin-typescript (1.0.0-rc.1) to the @typescript-eslint suite, incorporating @typescript-eslint/parser and @typescript-eslint/eslint-plugin, both at version 1.1.0. This modernizes TypeScript linting within the configuration. Furthermore, version 4.0.0 updates eslint-plugin-unicorn from 7.0.0 to 7.1.0. These dependency updates bring improved features, bug fixes, and compatibility enhancements for Javascript and Typescript developers. The difference in unpackedSize from 45867 to 49242 bytes indicates potential additions or modifications to the configuration rules. The release date difference indicates recent work. Choosing the newer version provides assurance with latest features and fixes of dependencies, especially those related to Typescript.
The are not vulnerabilities for the version 4.0.0 of the package eslint-config-prettier