npm init svelte@next svelte-headlessui

This commit is contained in:
Ryan Gossiaux
2021-12-13 16:46:03 -08:00
parent e19e6dd41c
commit 42aba8a158
12 changed files with 4695 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}