initial commit. gotta go

This commit is contained in:
2025-09-26 14:30:57 -05:00
parent b342335502
commit eb0b35bb7f
299 changed files with 6902 additions and 6741 deletions

8
prettier.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
export default {
singleQuote: true,
trailingComma: 'all',
tabWidth: 2,
printWidth: 80,
plugins: ['prettier-plugin-tailwindcss'],
};