5 lines
96 B
TOML
5 lines
96 B
TOML
tasks.lint = "bun run lint"
|
|
tasks."lint:fix" = "bun run format:write"
|
|
|
|
[tools]
|
|
node = '20.10.0'
|