1 2 3 4 5 6 7
#!/usr/bin/env sh #MISE description="Lint toml files" #MISE alias=["l:toml"] set -e taplo lint --config .config/taplo.toml