Skip to content

Commit 7ae0f8c

Browse files
committed
Remve husky pre commit hook
1 parent cec6c50 commit 7ae0f8c

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

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

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"husky": "^8.0.3",
1111
"lint-staged": "^13.2.0"
1212
},
13-
"husky": {
14-
"hooks": {
15-
"pre-commit": "lint-staged"
16-
}
17-
},
1813
"lint-staged": {
1914
"*.(js|tsx|ts)": [
2015
"npm run lint:frontend"

0 commit comments

Comments
 (0)