Eslint-config-prettier version 6.7.0 is a minor update to version 6.6.0, designed to turn off potentially conflicting rules between ESLint and Prettier, ensuring seamless code formatting. The core functionality remains the same: simplifying your ESLint configuration when using Prettier for code formatting.
The primary difference lies in updated devDependencies, specifically within the TypeScript ecosystem. Version 6.7.0 upgrades @typescript-eslint/parser and @typescript-eslint/eslint-plugin from version 2.7.0 to 2.8.0. This means developers leveraging TypeScript within their projects will benefit from the latest bug fixes, performance improvements, and new features introduced in these updated packages. This resolves potential compatibility issues and ensures accurate linting of TypeScript code.
Other devDependencies, including jest, eslint, prettier, and various ESLint plugins, remain unchanged. The dependency on get-stdin and the peer dependency on eslint (version >=3.14.1) also remain consistent across both versions. This update is a drop-in replacement for existing users of eslint-config-prettier, especially those working with TypeScript, and encourages staying updated with the latest tooling improvements. Consider updating to version 6.7.0 for enhanced TypeScript support and a more robust linting experience.
The are not vulnerabilities for the version 6.7.0 of the package eslint-config-prettier