@niondigital/commitlint-config 1.2.2 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@niondigital/commitlint-config`
|
|
2
2
|
|
|
3
|
-
This package provides a commitlint config as used by nion digital as a shared config.
|
|
3
|
+
This package provides a commitlint config as used by [nion digital](https://www.nion-digital.com) as a shared config.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ npx install-peerdeps --dev @niondigital/commitlint-config
|
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Have your [commitlint config](https://github.com/conventional-changelog/commitlint?tab=readme-ov-file#config) extend this config and add additional rules as required (e.g. required/optional scoping):
|
|
14
14
|
|
|
15
15
|
```json
|
|
16
16
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niondigital/commitlint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "niondigital commitlint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commitlint",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@commitlint/config-conventional": "^19.2.2",
|
|
37
37
|
"commitlint-config-cz": "^0.13.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "26ac0c5cb9889440cf74a2c439ece248e69a6515"
|
|
40
40
|
}
|