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 dbae971 commit 1e13b5eCopy full SHA for 1e13b5e
README.md
@@ -12,11 +12,7 @@ through a [shareable config](https://commitlint.js.org/#/concepts-shareable-conf
12
13
2. Install dependencies
14
```bash
15
-# $ npm i -D @commitlint/cli @hdnet/commitlint-config
16
-# ...Oops this does not work yet. But: we'll have it in the npm registry soon.
17
-# Instead, use:
18
-
19
-$ npm i -D @commitlint/cli github:HDNET/commitlint-config
+$ npm i -D @commitlint/cli @hdnet/commitlint-config
20
```
21
22
3. Create commitlint config (i.e. `commitlint.config.js`) and extend from @hdnet/commitlint-config:
0 commit comments