0.5.0-alpha.2 • Published 2 years ago

@dullaghan/prettier-config v0.5.0-alpha.2

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

@dullaghan/prettier-config

Prettier config for headless projects

Usage

Install this package as a dev dependency

npm i -D @dullaghan/prettier-config

Create a .prettierrc file with the following

"@dullaghan/prettier-config"

From there you should configure prettier to run automatically at some point during the development process. We reccomend adding this as a pre-commit hook using the @dullaghan/cli's git-hooks command.