Standard Prettier configuration for Ackama projects.
Install this package:
npm install --save-dev prettier-config-ackama
Then add the following to your package.json
:
"prettier": "prettier-config-ackama",
Versioning is modeled after semantic versioning; however, because of the nature of Prettier most configuration changes could be considered breaking.
As such, we consider general configuration changes to be minor features, and release them as such.
Releases are handled using semantically.
This repo uses convectional commits to enable semantic releases & changelog generation. Please make sure to follow that when committing.