Skip to content

Commit 9e3bf56

Browse files
Update github action
1 parent 0a94d3e commit 9e3bf56

File tree

3 files changed

+5
-289
lines changed

3 files changed

+5
-289
lines changed

.husky/pre-commit

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

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
9-
"build": "tsc",
10-
"prepare": "husky"
9+
"build": "tsc"
1110
},
1211
"repository": {
1312
"type": "git",
@@ -31,17 +30,11 @@
3130
"@eslint/js": "^9.6.0",
3231
"eslint": "9.x",
3332
"globals": "^15.8.0",
34-
"husky": "^9.0.11",
35-
"lint-staged": "^15.2.7",
3633
"prettier": "3.3.2",
3734
"typescript": "^5.4.5",
3835
"typescript-eslint": "^7.16.0"
3936
},
4037
"dependencies": {
4138
"@types/node": "^20.14.2"
42-
},
43-
"lint-staged": {
44-
"**/*": "prettier --write --ignore-unknown",
45-
"**/*.{ts}": "eslint --cache --cache-location ./node_modules/.cache/eslint --fix ."
4639
}
47-
}
40+
}

0 commit comments

Comments
 (0)