@kienleholdings/prettierrc
v0.1.5
Published
Kienle Holdings Prettier configuration
Downloads
1
Readme
Prettier Config
Kienle Holdings Prettier configuration
Installation
With pnpm (recommended)
pnpm install [email protected] -D
pnpm install @kienleholdings/prettierrc -DWith yarn
yarn add [email protected] -D
yarn add @kienleholdings/prettierrc -DWith npm
npm install [email protected] -D
npm install @kienleholdings/prettierrc -DUsage
- Add the following to your project's
package.json:"prettier": "@kienleholdings/prettierrc", - Done (yup, that's really all there is)
Advanced Usage
- Create a
.prettierrc.js. - Add the code:
module.exports = { ...require('@kienleholdings/prettierrc') }; - Done. Feel free to make any further modifications in that object.
