Skip to content

Commit

Permalink
chore: remove husky hooks (#2898)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Marchaud <[email protected]>
  • Loading branch information
dyladan and vmarchaud authored Apr 15, 2022
1 parent 83355af commit 322dabe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"devDependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "7.32.0",
Expand All @@ -58,7 +56,6 @@
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"gh-pages": "3.2.3",
"husky": "4.3.8",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"linkinator": "3.0.3",
Expand All @@ -68,12 +65,6 @@
"typescript": "4.4.4",
"update-ts-references": "2.4.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:changed",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"changelog": {
"repo": "open-telemetry/opentelemetry-js",
"labels": {
Expand Down

0 comments on commit 322dabe

Please sign in to comment.