1.0.7 • Published 9 months ago

@craftworks/prettier-config v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@craftworks/prettier-config

NPM version Downloads

A prettier config used at craftworks.

The config is kept minimal. Following the option philosophy and rationale of prettier.

Installation

npm install --save-dev --save-exact @craftworks/prettier-config

Note: Install an exact version. Even a patch release can result in slightly different formatting, so you wouldn’t want different team members using different versions and formatting each other’s changes back and forth. See https://prettier.io/docs/en/install.html#summary

Usage

In package.json:

{
  // ...
  "prettier": "@craftworks/prettier-config"
}

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

Change Log

See CHANGELOG.md

License

MIT

1.0.7

9 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

4 years ago

0.0.0

4 years ago