Refactor to more consistent structure (e.g. "plugins")

This commit is contained in:
2025-07-06 15:23:03 -04:00
parent a6255de889
commit 6fb38d36f3
22 changed files with 567 additions and 600 deletions

View File

@@ -3,8 +3,8 @@ fmt:
just format
format:
bunx --bun @biomejs/biome format --write *.ts commands/
bunx --bun @biomejs/biome format --write *.ts plugins/
lint:
bunx --bun @biomejs/biome lint --fix *.ts commands/
bunx --bun @biomejs/biome lint --fix *.ts plugins/