https://github.com/studiohyperdrive/commitlint-config
Commitlint config used at Studio Hyperdrive.
https://github.com/studiohyperdrive/commitlint-config
Last synced: about 2 months ago
JSON representation
Commitlint config used at Studio Hyperdrive.
- Host: GitHub
- URL: https://github.com/studiohyperdrive/commitlint-config
- Owner: studiohyperdrive
- License: isc
- Created: 2019-11-27T13:35:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T13:40:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T06:23:20.466Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Studio Hyperdrive Commitlint Config #
[](https://greenkeeper.io/)
Commitlint config used at [Studio Hyperdrive](https://hyperdrive.studio).
## Contents ##
* [Getting started](#getting-started)
## Getting started ##
```sh
# Install commitlint cli and the studiohyperdrive config
npm install -D commitlint @studiohyperdrive/commitlint-config
# Configure commitlint to use the studiohyperdrive config
echo "module.exports = {extends: ['@studiohyperdrive/commitlint-config']}" > commitlint.config.js
```