We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3311abb commit 4d18b7aCopy full SHA for 4d18b7a
@commitlint/prompt/README.md
@@ -10,7 +10,7 @@ Learn how to use it at [docs/prompt](http://marionebl.github.io/commitlint/#/gui
10
11
```bash
12
npm install --save-dev @commitlint/prompt @commitlint/config-angular commitizen
13
-echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
+echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js
14
```
15
16
In package.json
0 commit comments