@redguy12/prettier-config
v3.4.4
Published
My Prettier style guide
Downloads
1,395
Readme
@redguy12/prettier-config
My Prettier style guide
Adding To A Project
Install the config by running:
npm install @redguy12/prettier-config prettier --save-dev --save-exactAdd the following to your
package.json:"prettier": "@redguy12/prettier-config", "scripts": { "format": "prettier --write \"**\" \"!./dist\" --ignore-unknown --cache" }To format your code, simply run
node --run format
Congrats!
You've successfully integrated Prettier into your project with @redguy12/prettier-config!
