1.0.3 • Published 6 months ago

merge-prettier-plugins v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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-plugins
yarn add merge-prettier-plugins --dev

Usage

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.

1.0.3

6 months ago

1.0.1

6 months ago