build: no need for local commitlint.config.js

This commit is contained in:
Ned Batchelder
2021-10-22 11:31:21 -04:00
committed by Ned Batchelder
parent 07728e1498
commit 1f5b74de21
3 changed files with 3 additions and 1528 deletions

View File

@@ -19,8 +19,7 @@
],
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -e $GIT_PARAMS"
"pre-commit": "npm run lint"
}
},
"repository": {
@@ -34,10 +33,6 @@
},
"homepage": "https://github.com/edx/frontend-component-footer#readme",
"devDependencies": {
"@commitlint/cli": "13.2.0",
"@commitlint/config-angular": "13.2.0",
"@commitlint/prompt": "13.2.0",
"@commitlint/prompt-cli": "13.2.0",
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "5.6.14",
"@edx/frontend-platform": "1.12.7",