feat: adding linter for commits
This commit is contained in:
43
node_modules/@commitlint/config-conventional/package.json
generated
vendored
Normal file
43
node_modules/@commitlint/config-conventional/package.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "@commitlint/config-conventional",
|
||||
"version": "15.0.0",
|
||||
"description": "Shareable commitlint config enforcing conventional commits",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"deps": "dep-check",
|
||||
"pkg": "pkg-check"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/conventional-changelog/commitlint.git",
|
||||
"directory": "@commitlint/config-conventional"
|
||||
},
|
||||
"keywords": [
|
||||
"conventional-changelog",
|
||||
"commitlint",
|
||||
"commitlint-config",
|
||||
"angular"
|
||||
],
|
||||
"author": "Mario Nebl <hello@herebecode.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
||||
},
|
||||
"homepage": "https://commitlint.js.org/",
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/lint": "^15.0.0",
|
||||
"@commitlint/utils": "^15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^4.3.1"
|
||||
},
|
||||
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
|
||||
}
|
||||
Reference in New Issue
Block a user