Skip to content

Commit a5c2947

Browse files
chore: remove unused tools: lefthook, commitlint (#95)
1 parent 59d6d0d commit a5c2947

File tree

3 files changed

+23
-613
lines changed

3 files changed

+23
-613
lines changed

lefthook.yml

-14
This file was deleted.

package.json

-8
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,10 @@
6060
"@babel/preset-env": "^7.24.5",
6161
"@babel/preset-typescript": "^7.24.1",
6262
"@callstack/eslint-config": "^14.1.1",
63-
"@commitlint/config-conventional": "^17.8.1",
64-
"@evilmartians/lefthook": "^1.6.10",
6563
"@release-it/conventional-changelog": "^5.1.1",
6664
"@size-limit/preset-small-lib": "^11.1.2",
6765
"@types/jest": "^29.5.12",
6866
"babel-plugin-add-import-extension": "^1.6.0",
69-
"commitlint": "^17.8.1",
7067
"del-cli": "^5.1.0",
7168
"eslint": "^8.57.0",
7269
"eslint-config-prettier": "^8.10.0",
@@ -93,11 +90,6 @@
9390
"<rootDir>/dist/"
9491
]
9592
},
96-
"commitlint": {
97-
"extends": [
98-
"@commitlint/config-conventional"
99-
]
100-
},
10193
"release-it": {
10294
"git": {
10395
"commitMessage": "chore: release ${version}",

0 commit comments

Comments
 (0)