[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update changesets

Nate Moore (Mar 16, 2026, 9:50 PM EDT) 2245f6d8 a9ffb867

+3 -3
+1 -1
.changeset/afraid-heads-appear.md
··· 2 2 "@bomb.sh/tools": minor 3 3 --- 4 4 5 - Add default lint rules with oxlint 5 + Implements `lint` command using `oxlint`, `tsgo`, `knip`, and `publint`
+2 -2
.changeset/great-hoops-heal.md
··· 1 1 --- 2 - "@bomb.sh/tools": patch 2 + "@bomb.sh/tools": minor 3 3 --- 4 4 5 - Adds `--bundle` flag to `build` command (default is tsdown's `unbundle` behavior 5 + Adds `build` command which uses `tsdown`. Default uses `--unbundle`, but pass `--bundle` to create single files.