We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8088237 commit b13dd9aCopy full SHA for b13dd9a
.lefthook.yml
@@ -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
+#pre-commit:
+# parallel: true
+# commands:
+# golangci-lint:
+# glob: "*.go"
+# run: golangci-lint run {staged_files}
+# lint-staged:
+# root: "peerprep/"
+# glob: "*.(ts|tsx|css|scss|md|json)"
+# run: npx lint-staged
0 commit comments