File tree 4 files changed +11
-11
lines changed 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends": [
3
- "@insurgentlab /commitlint-config"
3
+ "@insurgent /commitlint-config"
4
4
]
5
5
}
Original file line number Diff line number Diff line change 1
1
# ** Insurgent Lab's commitlint configuration**
2
2
3
- [ ![ npm] ( https://img.shields.io/npm/v/@insurgentlab /commitlint-config )] ( https://www.npmjs.com/package/@insurgentlab /commitlint-config )
3
+ [ ![ npm] ( https://img.shields.io/npm/v/@insurgent /commitlint-config )] ( https://www.npmjs.com/package/@insurgent /commitlint-config )
4
4
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/insurgent-lab/commitlint-config/release.yml?branch=main )] ( https://github.com/insurgent-lab/commitlint-config/actions/workflows/release.yml )
5
5
[ ![ Codecov] ( https://codecov.io/gh/insurgent-lab/commitlint-config/branch/main/graph/badge.svg )] ( https://codecov.io/gh/insurgent-lab/commitlint-config )
6
6
[ ![ Renovate] ( https://img.shields.io/badge/renovate-enabled-brightgreen.svg )] ( https://github.com/insurgent-lab/commitlint-config/issues/3 )
@@ -12,15 +12,15 @@ Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli) and [@
12
12
## Getting started
13
13
14
14
``` sh
15
- npm install --save-dev @insurgentlab /commitlint-config @commitlint/cli
16
- echo ' {"extends": ["@insurgentlab /commitlint-config"]}' > .commitlintrc
15
+ npm install --save-dev @insurgent /commitlint-config @commitlint/cli
16
+ echo ' {"extends": ["@insurgent /commitlint-config"]}' > .commitlintrc
17
17
```
18
18
19
19
## Rules
20
20
21
21
### Problems
22
22
23
- The following rules are considered problems for ` @insurgentlab /commitlint-config ` and will yield a non-zero exit code when not met.
23
+ The following rules are considered problems for ` @insurgent /commitlint-config ` and will yield a non-zero exit code when not met.
24
24
25
25
Consult [ docs/rules] ( https://conventional-changelog.github.io/commitlint/#/reference-rules ) for a list of available rules.
26
26
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @insurgentlab /commitlint-config" ,
2
+ "name" : " @insurgent /commitlint-config" ,
3
3
"description" : " Commitlint config for @insurgentlab/conventional-changelog-preset" ,
4
4
"version" : " 18.1.3" ,
5
5
"author" : " Mario Nebl <hello@herebecode.com>" ,
24
24
"devDependencies" : {
25
25
"@commitlint/cli" : " 18.0.0" ,
26
26
"@commitlint/lint" : " 18.0.0" ,
27
- "@insurgentlab /commitlint-config" : " file:./" ,
27
+ "@insurgent /commitlint-config" : " file:./" ,
28
28
"@semantic-release/changelog" : " 6.0.3" ,
29
29
"@semantic-release/commit-analyzer" : " 11.0.0" ,
30
30
"@semantic-release/git" : " 10.0.1" ,
You can’t perform that action at this time.
0 commit comments