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