merge-prettier-plugins
v1.0.3
Published
A short-term patch for merging Prettier plugins to address issue #12807.
Maintainers
Readme
merge-prettier-plugins
Temporary work around for https://github.com/prettier/prettier/issues/12807
Installation
To install this package, use npm:
npm install merge-prettier-pluginsyarn add merge-prettier-plugins --devUsage
After installing, you can use the package in your project:
const mergePluginConfigs = require('merge-prettier-plugins');
const plugin1 = require('plugin-one');
const plugin2 = require('plugin-two');
const config = mergePluginConfigs(plugin1, plugin2, /* .... */);
License
This project is licensed under the MIT License.
