2.0.0 • Published 9 months ago

@petbee/prettier-config v2.0.0

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

@petbee/prettier-config

This package provides Petbee's .prettierrc shared config.

Installation

Give that you already have prettier installed, run:

yarn add -D @petbee/prettier-config

Usage

After installing the module, add it to your .prettierrc configuration file:

"@petbee/prettier-config"

Or add it to your package.json:

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

Differently from eslint, prettier shared presets are not extensible, so if you want to override some property, which is not encouraged, you'll need to use the .prettierrc.js file.

For more information about configuring prettier, please check the Prettier configuration documentation.

References

2.0.0

9 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago