0.1.5 • Published 3 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 -D
With yarn
yarn add prettier@2.6.2 -D
yarn add @kienleholdings/prettierrc -D
With npm
npm install prettier@2.6.2 -D
npm install @kienleholdings/prettierrc -D
Usage
- 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
3 years ago