1.0.0 • Published 2 years ago

@themarshallproject/prettier-config v1.0.0

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

prettier-config

A consistent source of prettier configuration for The Marshall Project codebases.

Usage

Install:

npm install --save-dev @themarshallproject/prettier-config prettier
# or
yarn add --dev @themarshallproject/prettier-config prettier

Add to package.json (or any of the other compatible prettier configuration options:

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

License

MIT