1.0.1 • Published 2 years ago

@denovo/prettier-config v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

💅 @denovo/prettier-config

A Prettier configuration for projects following the Denovo coding guidelines.

Installation

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

Usage

Specify prettier property in package.json:

{
  "name": "another-project",
  "prettier": "@denovo/prettier-config",
  "devDependencies" : {
    "@denovo/prettier-config": "^1.0.1"
  }
}

Alternatively you can create a .prettierrc.json file with the content:

"@denovo/prettier-config"

How to contribute

  • Change the .prettierrc.json file in arrangement with the Denovo QA team.
  • Run npm run publish and follow the instructions.
1.0.1

2 years ago

0.0.1

2 years ago