Temporary package to merge multiple Prettier plugin configurations, working around Prettier issue #12807 where using multiple plugins via plugins array causes conflicts. Current stable version is 1.0.3. The package is a short-term patch with no active development; users are advised to migrate to Prettier's built-in merge functionality once the issue is resolved. Key differentiator: simple merge of plugin exports without complex configuration.
npm install merge-prettier-pluginsVerified import paths — ran on the pinned version, not inferred.
Shows how to import and use mergePluginConfigs to combine multiple Prettier plugin objects.
Monitor Prettier releases and remove this dependency when native multi-plugin support is available.
Require the plugin modules directly and pass their exports.
Ensure plugins are compatible and have no overlapping printer/parser names.
Use import mergePluginConfigs from 'merge-prettier-plugins' (no braces) or const mergePluginConfigs = require('merge-prettier-plugins')Run npm install merge-prettier-plugins or yarn add merge-prettier-plugins
No dependency data recorded yet.