Skip to content

Commit 322dabe

Browse files
dyladanvmarchaud
andauthored
chore: remove husky hooks (#2898)
Co-authored-by: Valentin Marchaud <[email protected]>
1 parent 83355af commit 322dabe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
"author": "OpenTelemetry Authors",
4949
"license": "Apache-2.0",
5050
"devDependencies": {
51-
"@commitlint/cli": "14.1.0",
52-
"@commitlint/config-conventional": "14.1.0",
5351
"@typescript-eslint/eslint-plugin": "5.3.1",
5452
"@typescript-eslint/parser": "5.3.1",
5553
"eslint": "7.32.0",
@@ -58,7 +56,6 @@
5856
"eslint-plugin-import": "2.25.3",
5957
"eslint-plugin-node": "11.1.0",
6058
"gh-pages": "3.2.3",
61-
"husky": "4.3.8",
6259
"lerna": "3.22.1",
6360
"lerna-changelog": "1.0.1",
6461
"linkinator": "3.0.3",
@@ -68,12 +65,6 @@
6865
"typescript": "4.4.4",
6966
"update-ts-references": "2.4.1"
7067
},
71-
"husky": {
72-
"hooks": {
73-
"pre-commit": "npm run lint:changed",
74-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
75-
}
76-
},
7768
"changelog": {
7869
"repo": "open-telemetry/opentelemetry-js",
7970
"labels": {

0 commit comments

Comments
 (0)