Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omegalink12 committed Jun 6, 2019
1 parent c200cbb commit 8928bd8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,8 +1,7 @@
# prettier-config
Prettier config
# commitlint-config
Commitlint config

## Install
```bash
npm i -S @voiceflow/prettier-config
npm i -S @voiceflow/commitlint-config
```

7 changes: 5 additions & 2 deletions index.js
@@ -1,5 +1,8 @@
'use strict';

module.exports = {
rules: {
'type-enum': [2, 'always', ['build', 'ci', 'chore', 'docs', 'feat', 'fix', 'merge', 'perf', 'refactor', 'revert', 'style', 'test', 'wip']],
}
}
},
extends: ['@commitlint/config-conventional'],
};
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/prettier-config",
"description": "Prettier config",
"name": "@voiceflow/commitlint-config",
"description": "Commitlint config",
"version": "1.0.1",
"author": "Voiceflow",
"bugs": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"url": "git+https://github.com/storyflow/commitlint-config"
},
"scripts": {
"prepare": "fixpack",
"commit": "git-cz",
"prepare": "fixpack",
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 8928bd8

Please sign in to comment.