Skip to content

Commit cd3b5e4

Browse files
committed
chore: remove conventional-changelog-lint
remove `conventional-changelog-lint` for now because of: * [footer-leading-blank is complaining when there is no footer · Issue #13 · marionebl/conventional-changelog-lint](conventional-changelog/commitlint#13)
1 parent 40524c3 commit cd3b5e4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.conventional-changelog-lintrc

-7
This file was deleted.

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,24 @@
88
"scripts" : {
99
"precommit" : "npm run --silent lint",
1010
"cz" : "git cz",
11-
"commitmsg" : "conventional-changelog-lint --edit",
1211
"release:first" : "standard-versoin --sign --first-release",
1312
"release:patch" : "standard-versoin --sign --release-as pathc",
1413
"release:minor" : "standard-versoin --sign --release-as minor",
1514
"release:major" : "standard-versoin --sign --release-as major",
1615
"release" : "standard-versoin --sign",
1716
"gulp" : "gulp",
18-
"lint:commit" : "conventional-changelog-lint --from=HEAD~1",
1917
"lint:md" : "remark .",
2018
"lint" : "npm-run-all --parallel --silent --continue-on-error lint:*",
2119
"watch:lint:md" : "chokidar \"./**/*.md\" --ignore \"node_modules/**/*\" -c \"npm run --silent lint:md\"",
2220
"watch:lint" : "npm-run-all --parallel --silent --continue-on-error watch:lint:*",
2321
"watch" : "npm-run-all --parallel --silent --continue-on-error watch:lint",
24-
"ci:lint:commit": "conventional-changelog-lint --from=HEAD~1",
2522
"ci:lint:md" : "remark --frail .",
2623
"ci:lint" : "npm-run-all --parallel --continue-on-error ci:lint:*"
2724
},
2825
"devDependencies": {
2926
"npm-run-all" : "~4.0.2",
3027
"chokidar-cli" : "~1.2.0",
3128
"husky" : "~0.13.3",
32-
"conventional-changelog-lint" : "~1.1.9",
33-
"conventional-changelog-lint-config-cz": "~0.3.0",
3429
"@whizark/cz-cli" : "~0.3.0",
3530
"standard-version" : "~4.0.0",
3631
"gulp" : "^3.9.1",

0 commit comments

Comments
 (0)