0.2.1 • Published 5 years ago

parcel-plugin-prettier v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

npm.io

parcel-plugin-prettier npm version

Parcel plugin to add Prettier to your code


【What is Parcel】 【What is Prettier】

Installation

Parcel will automatically start using the plugin once its added to your package.json file.

To add the plugin to your existing project, run the below command.

npm i parcel-plugin-prettier -D

or

yarn add parcel-plugin-prettier -D

License

This project is licensed under the MIT License - see the LICENSE file for details