Skip to content

Commit 908d3dd

Browse files
committed
chore: remove lint-staged, run full lint on pre-push
1 parent ab250ed commit 908d3dd

File tree

3 files changed

+1
-334
lines changed

3 files changed

+1
-334
lines changed

.husky/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
pnpm lint-staged
4+
pnpm lint

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"extract-changelog-release": "1.0.2",
3232
"husky": "8.0.3",
3333
"jest": "29.5.0",
34-
"lint-staged": "13.2.0",
3534
"rimraf": "4.4.0",
3635
"standard-version": "9.5.0",
3736
"ts-jest": "29.0.5",
@@ -45,9 +44,6 @@
4544
"@smithy/types": "1.1.0"
4645
}
4746
},
48-
"lint-staged": {
49-
"*.ts": "pnpm lint"
50-
},
5147
"commitlint": {
5248
"extends": [
5349
"@commitlint/config-conventional"

0 commit comments

Comments
 (0)