This commit is contained in:
2024-07-08 01:43:49 +05:30
parent 6b51265737
commit 923c68c94a
2 changed files with 8 additions and 0 deletions

8
s1/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}

BIN
s1/bun.lockb Executable file

Binary file not shown.