diff --git a/s1/.prettierrc b/s1/.prettierrc new file mode 100644 index 0000000..9573023 --- /dev/null +++ b/s1/.prettierrc @@ -0,0 +1,8 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100, + "plugins": ["prettier-plugin-svelte"], + "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] +} diff --git a/s1/bun.lockb b/s1/bun.lockb new file mode 100755 index 0000000..2b1c659 Binary files /dev/null and b/s1/bun.lockb differ