Version 1.0.4

This commit is contained in:
2026-03-12 21:02:16 +01:00
parent 2a5e4b1052
commit a5acb5ed03
4 changed files with 128 additions and 59 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;