1.0.5 • Published 3 years ago

@bluekey/prettier-config v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

BlueKey's Prettier configuration.

Installation

Use the following command to install @bluekey/prettier-config:

# npm
npm install --save-dev @bluekey/prettier-config@latest

Usage

Add the following fields in your package.json:

{
    "scripts": {
        "format": "prettier --write \"{,!(node_modules)/**/}*.js\""
    },
    "prettier": "@bluekey/prettier-config"
}
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago