Skip to content

Commit b13dd9a

Browse files
committed
Remove lefthook
Not sure why it's bugging out, probably because monorepo
1 parent 8088237 commit b13dd9a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.lefthook.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pre-commit:
2-
parallel: true
3-
commands:
4-
golangci-lint:
5-
glob: "*.go"
6-
run: golangci-lint run {staged_files}
7-
lint-staged:
8-
root: "peerprep/"
9-
glob: "*.(ts|tsx|css|scss|md|json)"
10-
run: npx lint-staged
1+
#pre-commit:
2+
# parallel: true
3+
# commands:
4+
# golangci-lint:
5+
# glob: "*.go"
6+
# run: golangci-lint run {staged_files}
7+
# lint-staged:
8+
# root: "peerprep/"
9+
# glob: "*.(ts|tsx|css|scss|md|json)"
10+
# run: npx lint-staged

0 commit comments

Comments
 (0)