-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmise.toml
43 lines (38 loc) · 969 Bytes
/
mise.toml
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
# ref: https://mise.jdx.dev/configuration.html
#:schema https://mise.jdx.dev/schema/mise.json
[tools]
bun = "1.2.5"
node = "23.9.0"
"npm:semantic-release" = "24.2.3"
"aqua:biomejs/biome" = "1.9.4"
actionlint = "1.7.7"
# required for actionlint
shellcheck = "0.10.0"
"aqua:suzuki-shunsuke/ghalint" = "1.2.3" # cspell:ignore shunsuke
"aqua:suzuki-shunsuke/pinact" = "1.2.2"
taplo = "0.9.3"
"npm:prettier" = "3.5.3"
markdownlint-cli2 = "0.17.2"
yamlfmt = "0.16.0"
yamllint = "1.36.0"
"npm:cspell" = "8.17.5"
"ubi:lycheeverse/lychee" = "lychee-v0.18.1" # cspell:ignore lycheeverse
typos = "1.30.2"
"npm:ignore-sync" = "8.0.0"
"npm:jschema-validator" = "1.0.10"
[settings]
experimental = true
disable_backends = [
# cspell:ignore pipx
# disable pipx backend not to require pipx/uv
"pipx",
]
[settings.npm]
bun = true
[task_config]
includes = ["tasks.toml", "tasks"]
[hooks]
postinstall = ["""
{% if env.CI is undefined %}
mise run buni
{% endif %}""", "bun link"]