1.0.0 • Published 2 years ago

@timeedit/prettier-config v1.0.0

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

A shared Prettier config for Construct team

Installation

To install this package run the following command in the terminal in the root directory of your application.

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

OR

yarn add --dev @rapidevelop/prettier-config

Usage

Add a key in your package.json file.

"prettier": "@rapidevelop/prettier-config"

OR

Create a .prettierrc , .prettierrc.yaml , .prettierrc.yml or .prettierrc.json file and export a string.

"@rapidevelop/prettier-config"