README
Ackama Prettier Configuration
Standard Prettier configuration for Ackama projects.
Usage
Install this package:
npm install --save-dev prettier-config-ackama
Then add the following to your package.json:
"prettier": "prettier-config-ackama",
Releasing
To release a new version, run
npm version <major|minor|patch>
npm publish