added some base code to start doing work

This commit is contained in:
2026-05-10 13:20:08 -07:00
parent 7ca5c4e574
commit 6942a2de8f
6 changed files with 92 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
// prettier.config.js
export default {
trailingComma: 'es5',
tabWidth: 2,
semi: false, // Crucial: Sets semicolon removal.
useTabs: true,
singleQuote: true,
}