@monkvision/prettier-config
v5.3.10
Published
The base Prettier config used in MonkJs projects
Downloads
352
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"
}