https://github.com/ackama/prettier-config-ackama
https://github.com/ackama/prettier-config-ackama
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ackama/prettier-config-ackama
- Owner: ackama
- Created: 2019-12-11T00:02:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T23:09:57.000Z (over 1 year ago)
- Last Synced: 2025-02-19T23:36:03.331Z (over 1 year ago)
- Size: 517 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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",
### Versioning
Versioning is modeled after [semantic versioning](https://semver.org/); 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.
### Releasing
Releases are handled using
[semantically](https://github.com/semantic-release/semantic-release).
#### Contributing
This repo uses
[convectional commits](https://www.conventionalcommits.org/en/v1.0.0/) to enable
semantic releases & changelog generation. Please make sure to follow that when
committing.