We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fda849 commit 2448be0Copy full SHA for 2448be0
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,14 @@
1
+repos:
2
+- repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.16.3
4
+ hooks:
5
+ - id: gitleaks
6
+- repo: https://github.com/pre-commit/mirrors-eslint
7
+ rev: v8.38.0
8
9
+ - id: eslint
10
+- repo: https://github.com/pre-commit/pre-commit-hooks
11
+ rev: v4.4.0
12
13
+ - id: end-of-file-fixer
14
+ - id: trailing-whitespace
0 commit comments