This commit is contained in:
2025-12-29 07:06:53 -08:00
commit cffb51b58c
48 changed files with 4764 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"plugins": ["prettier-plugin-tailwindcss"]
}