We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab250ed commit 908d3ddCopy full SHA for 908d3dd
.husky/pre-push
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-pnpm lint-staged
+pnpm lint
package.json
@@ -31,7 +31,6 @@
31
"extract-changelog-release": "1.0.2",
32
"husky": "8.0.3",
33
"jest": "29.5.0",
34
- "lint-staged": "13.2.0",
35
"rimraf": "4.4.0",
36
"standard-version": "9.5.0",
37
"ts-jest": "29.0.5",
@@ -45,9 +44,6 @@
45
44
"@smithy/types": "1.1.0"
46
}
47
},
48
- "lint-staged": {
49
- "*.ts": "pnpm lint"
50
- },
51
"commitlint": {
52
"extends": [
53
"@commitlint/config-conventional"
0 commit comments