An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Studio Hyperdrive Commitlint Config #

[![Greenkeeper badge](https://badges.greenkeeper.io/studiohyperdrive/commitlint-config.svg)](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
```