@monkvision/prettier-config
v5.2.2
Published
The base Prettier config used in MonkJs projects
Readme
@monkvision/prettier-config
This package provides the base Prettier used throughout the MonkJs projects
Install
To install the project simply run the following command :
yarn add prettier @monkvision/prettier-configHow to use
To use the Prettier config exported by this package, simply add the following line in your package.json :
{
"prettier": "@monkvision/prettier-config"
}