mise-action/.mise.toml
2024-01-12 18:40:58 -06:00

5 lines
96 B
TOML

tasks.lint = "bun run lint"
tasks."lint:fix" = "bun run format:write"
[tools]
node = '20.10.0'