Skip to content

Commit

Permalink
chore: remove lint-staged, run full lint on pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
m-radzikowski committed Jun 2, 2024
1 parent ab250ed commit 908d3dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 334 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
pnpm lint
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"extract-changelog-release": "1.0.2",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.0",
"rimraf": "4.4.0",
"standard-version": "9.5.0",
"ts-jest": "29.0.5",
Expand All @@ -45,9 +44,6 @@
"@smithy/types": "1.1.0"
}
},
"lint-staged": {
"*.ts": "pnpm lint"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
Loading

0 comments on commit 908d3dd

Please sign in to comment.