-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathprek.toml
More file actions
43 lines (32 loc) · 724 Bytes
/
prek.toml
File metadata and controls
43 lines (32 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[[repos]]
repo = "https://github.com/pre-commit/pre-commit-hooks"
rev = "v4.5.0"
[[repos.hooks]]
id = "trailing-whitespace"
[[repos.hooks]]
id = "end-of-file-fixer"
[[repos.hooks]]
id = "check-yaml"
[[repos.hooks]]
id = "check-added-large-files"
[[repos.hooks]]
id = "check-json"
[[repos.hooks]]
id = "check-merge-conflict"
[[repos.hooks]]
id = "mixed-line-ending"
[[repos]]
repo = "https://github.com/DavidAnson/markdownlint-cli2"
rev = "v0.12.1"
[[repos.hooks]]
id = "markdownlint-cli2"
args = ["--config", ".markdownlint.json"]
[[repos]]
repo = "local"
[[repos.hooks]]
id = "astro-check"
name = "Astro Type Check"
entry = "npm run check"
language = "system"
pass_filenames = false
files = "\\.(astro|ts|tsx)$"