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