@souyahia/prettier-config
v1.0.1
Published
The base Prettier config that I use in my Node.js projects
Downloads
3
Maintainers
Readme
@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"
}