We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94d3e commit 9e3bf56Copy full SHA for 9e3bf56
.husky/pre-commit
package.json
@@ -6,8 +6,7 @@
6
"types": "dist/index.d.ts",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1",
9
- "build": "tsc",
10
- "prepare": "husky"
+ "build": "tsc"
11
},
12
"repository": {
13
"type": "git",
@@ -31,17 +30,11 @@
31
30
"@eslint/js": "^9.6.0",
32
"eslint": "9.x",
33
"globals": "^15.8.0",
34
- "husky": "^9.0.11",
35
- "lint-staged": "^15.2.7",
36
"prettier": "3.3.2",
37
"typescript": "^5.4.5",
38
"typescript-eslint": "^7.16.0"
39
40
"dependencies": {
41
"@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 ."
46
}
47
-}
+}
0 commit comments