1.0.1 • Published 3 months ago

@souyahia/prettier-config v1.0.1

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

@monkvision/prettier-config

This package provides the base Prettier that I use throughout my Node.js projects

Install

To install the project simply run the following command :

yarn add prettier @souyahia/prettier-config

How to use

To use the Prettier config exported by this package, simply add the following line in your package.json :

{
  "prettier": "@souyahia/prettier-config"
}