We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5826c11 commit 09d0494Copy full SHA for 09d0494
docs/guides-ci-setup.md
@@ -14,7 +14,7 @@ git init
14
npm init
15
16
# Install and configure if needed
17
-npm install --save-dev @commitlint-{cli,angular}
+npm install --save-dev @commitlint/{config-angular,cli}
18
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
19
```
20
0 commit comments