0.1.5 • Published 4 years ago
@kienleholdings/prettierrc v0.1.5
Prettier Config
Kienle Holdings Prettier configuration
Installation
With pnpm (recommended)
pnpm install prettier@2.6.2 -D
pnpm install @kienleholdings/prettierrc -DWith yarn
yarn add prettier@2.6.2 -D
yarn add @kienleholdings/prettierrc -DWith npm
npm install prettier@2.6.2 -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.
0.1.5
4 years ago