Skip to content

Commit b413702

Browse files
chore: remove commitlint (#605)
1 parent 4b94df2 commit b413702

3 files changed

Lines changed: 7 additions & 427 deletions

File tree

.github/husky/commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"typecheck": "turbo run typecheck"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "^19.8.1",
25-
"@commitlint/config-conventional": "^19.8.1",
2624
"@favware/cliff-jumper": "^6.0.0",
2725
"@favware/colorette-spinner": "^1.0.1",
2826
"@favware/npm-deprecate": "^2.0.0",
@@ -52,11 +50,6 @@
5250
"node": ">=v14.0.0",
5351
"npm": ">=7.0.0"
5452
},
55-
"commitlint": {
56-
"extends": [
57-
"@commitlint/config-conventional"
58-
]
59-
},
6053
"lint-staged": {
6154
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
6255
},

0 commit comments

Comments
 (0)