0.1.5 • Published 3 years ago

@kienleholdings/prettierrc v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  1. Add the following to your project's package.json: "prettier": "@kienleholdings/prettierrc",
  2. Done (yup, that's really all there is)

Advanced Usage

  1. Create a .prettierrc.js.
  2. Add the code: module.exports = { ...require('@kienleholdings/prettierrc') };
  3. Done. Feel free to make any further modifications in that object.