initial theming dev

This commit is contained in:
Cory Dransfeldt 2023-03-11 17:12:34 -08:00
parent 5c673525d6
commit f1e52677ed
No known key found for this signature in database
47 changed files with 4008 additions and 9033 deletions

9
prettier.config.js Normal file
View file

@ -0,0 +1,9 @@
module.exports = {
semi: false,
singleQuote: true,
printWidth: 100,
tabWidth: 4,
useTabs: false,
trailingComma: 'es5',
bracketSpacing: true,
}