mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
fix: fixed commitlint
This commit is contained in:
parent
6430bb4a6f
commit
1eefcc01d8
7
.huskyrc
7
.huskyrc
@ -1,7 +0,0 @@
|
||||
{
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
}
|
||||
}
|
330
package-lock.json
generated
330
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
33
package.json
Normal file
33
package.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "dotfiles",
|
||||
"version": "1.0.0",
|
||||
"description": "My dotfiles",
|
||||
"main": "commitlint.config.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"husky": "^4.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alrayyes/dotfiles.git"
|
||||
},
|
||||
"keywords": [
|
||||
"dotfiles"
|
||||
],
|
||||
"author": "Ryan",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/alrayyes/dotfiles/issues"
|
||||
},
|
||||
"homepage": "https://github.com/alrayyes/dotfiles#readme"
|
||||
}
|
Loading…
Reference in New Issue
Block a user