Skip to content

Commit 67ba5c6

Browse files
committed
feat: alias config packages
1 parent aa9ad03 commit 67ba5c6

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@commitlint/config-angular');
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "commitlint-config-angular",
3+
"version": "3.0.0",
4+
"description": "Shareable commitlint config enforcing the angular commit convention",
5+
"scripts": {
6+
"pretest": "dep-check",
7+
"test": "exit 0",
8+
"clean": "exit 0"
9+
},
10+
"xo": false,
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/marionebl/commitlint.git"
14+
},
15+
"keywords": [
16+
"conventional-changelog",
17+
"commitlint",
18+
"commitlint-config",
19+
"angular"
20+
],
21+
"author": "Mario Nebl <[email protected]>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/marionebl/commitlint/issues"
25+
},
26+
"homepage": "https://github.com/marionebl/commitlint#readme",
27+
"dependencies": {
28+
"@commitlint/config-angular": "^3.0.0"
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@commitlint/config-lerna-scopes');
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "commitlint-config-lerna-scopes",
3+
"version": "3.0.0",
4+
"description": "Shareable commitlint config enforcing the angular commit convention",
5+
"scripts": {
6+
"pretest": "dep-check",
7+
"test": "exit 0",
8+
"clean": "exit 0"
9+
},
10+
"xo": false,
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/marionebl/commitlint.git"
14+
},
15+
"keywords": [
16+
"conventional-changelog",
17+
"commitlint",
18+
"commitlint-config",
19+
"angular"
20+
],
21+
"author": "Mario Nebl <[email protected]>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/marionebl/commitlint/issues"
25+
},
26+
"homepage": "https://github.com/marionebl/commitlint#readme",
27+
"dependencies": {
28+
"@commitlint/config-lerna-scopes": "^3.0.0"
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@commitlint/config-patternplate');
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "commitlint-config-patternplate",
3+
"version": "3.0.0",
4+
"description": "Shareable commitlint config enforcing the angular commit convention",
5+
"scripts": {
6+
"pretest": "dep-check",
7+
"test": "exit 0",
8+
"clean": "exit 0"
9+
},
10+
"xo": false,
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/marionebl/commitlint.git"
14+
},
15+
"keywords": [
16+
"conventional-changelog",
17+
"commitlint",
18+
"commitlint-config",
19+
"angular"
20+
],
21+
"author": "Mario Nebl <[email protected]>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/marionebl/commitlint/issues"
25+
},
26+
"homepage": "https://github.com/marionebl/commitlint#readme",
27+
"dependencies": {
28+
"@commitlint/config-patternplate": "^3.0.0"
29+
}
30+
}

0 commit comments

Comments
 (0)