@monkvision/prettier-config
v4.4.3
Published
The base Prettier config used in MonkJs projects
Downloads
1,650
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-config
How to use
To use the Prettier config exported by this package, simply add the following line in your package.json
:
{
"prettier": "@monkvision/prettier-config"
}