File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ an object containing `.rules` as default. To use shared configuration you specif
6
6
``` js
7
7
// commitlint.config.js
8
8
module .exports = {
9
- extends: [' example' ], // => @ commitlint-config-example
9
+ extends: [' example' ], // => commitlint-config-example
10
10
};
11
11
```
12
12
@@ -42,7 +42,7 @@ You can provide the full path of the package like:
42
42
``` js
43
43
// commitlint.config.js
44
44
module .exports = {
45
- extends: [' @commitlint/config-conventional' ], // => commitlint/config-conventional
45
+ extends: [' @commitlint/config-conventional' ], // => @ commitlint/config-conventional
46
46
};
47
47
```
48
48
@@ -53,7 +53,7 @@ Or just the scope/owner of the package.
53
53
``` js
54
54
// commitlint.config.js
55
55
module .exports = {
56
- extends: [' @coolcompany' ], // => coolcompany/commitlint-config
56
+ extends: [' @coolcompany' ], // => @ coolcompany/commitlint-config
57
57
};
58
58
```
59
59
You can’t perform that action at this time.
0 commit comments