@kienleholdings/prettier-config

0.1.4 • Public • Published

Prettier Config

Kienle Holdings Prettier configuration

Installation

With pnpm (recommended)

pnpm install prettier -D
pnpm install @kienleholdings/prettier-config -D

With yarn

yarn add prettier -D
yarn add @kienleholdings/prettier-config -D

With npm

npm install prettier -D
npm install @kienleholdings/prettier-config -D

Usage

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

Advanced Usage

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

Package Sidebar

Install

npm i @kienleholdings/prettier-config

Weekly Downloads

3

Version

0.1.4

License

MIT

Unpacked Size

4.8 kB

Total Files

6

Last publish

Collaborators

  • kienle-ci
  • jrkienle