Migrating to @hamradio/packet

This commit is contained in:
2026-03-12 20:56:04 +01:00
parent 7a23440666
commit f175eea99c
15 changed files with 710 additions and 4274 deletions

8
.prettierrc.ts Normal file
View File

@@ -0,0 +1,8 @@
import { type Config } from "prettier";
const config: Config = {
trailingComma: "none",
printWidth: 120
};
export default config;