Skip to content

Commit

Permalink
chore: temp disable pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jan 3, 2024
1 parent 16575a4 commit 5204798
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,5 @@
"rimraf": "^3.0.2",
"shx": "0.3.2",
"typescript": "4.1.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{ts,js,md,json}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}

0 comments on commit 5204798

Please sign in to comment.