Migrating to @hamradio/packet
This commit is contained in:
8
.prettierrc.ts
Normal file
8
.prettierrc.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { type Config } from "prettier";
|
||||
|
||||
const config: Config = {
|
||||
trailingComma: "none",
|
||||
printWidth: 120
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user