@secondcloset/prettier-config
v1.1.2
Published
Prettier configuration
Downloads
219
Maintainers
Keywords
Readme
Secondcloset prettier-config
Installation
Run the following command:
npm i --save-dev @secondcloset/prettier-config
How to use
- Add this to your package.json file:
"prettier": "@secondcloset/prettier-config"
- Add these packages in your repo's package.json
devDependencies
attribute:
"prettier": "^2.4.1"
- Install the newly added packages:
npm install