weiland / prettier-config

🧹 @weiland's prettier config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@weiland's prettier config

Prettier config for my projects.

Install the npm package

Using pnpm:

pnpm add -D @weiland/prettier-config

or with using yarn (or npm):

yarn add -D @weiland/prettier-config

Add prettier key to the package.json

{
  "prettier": "@weiland/prettier-config"
}

or create a .prettierrc.json file with following contents:

"@weiland/prettier-config"

Also make sure to have installed prettier in your project or on your machine.

About

🧹 @weiland's prettier config

License:ISC License


Languages

Language:JavaScript 100.0%