0.5.0 • Published 3 years ago

@wglfam/prettier-config v0.5.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Prettier Config

npm build code style: prettier

Prettier config for wglfam projects.

Usage

pnpm i -D prettier @wglfam/prettier-config

Then add the following top-level key to the project's package.json file:

"prettier": "@wglfam/prettier-config"

Testing locally

You can test an updated eslint config locally by linking the module globally:

# from prettier-config directory
pnpm link

# from project directory
pnpm link @wglfam/prettier-config

Publishing a new version

Follow semver. Adding, removing, or updating a rule is a breaking change and requires a new major version.

pnpm version major|minor|patch
git push
git push --tags
pnpm publish
0.3.0

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago