VGVentures / vgv-prettier-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@vgventures/prettier-config

This is a module to ensure consistent beautification using Prettier.

See here: https://prettier.io/docs/en/configuration.html#sharing-configurations

Install

npm install --save-dev @vgventures/prettier-config

Add to package.json

Add the following to your package.json

{
    "prettier": "@vgventures/prettier-config",
}

Add .prettierignore

Execute: cat ./node_modules/@vgventures/prettier-config/.prettierignore >> .prettierignore

About