Initial commit

This commit is contained in:
Jeff Gardner
2023-01-10 16:26:46 +01:00
commit ad76d7393e
67 changed files with 9226 additions and 0 deletions

5
prettier.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
singleQuote: true,
semi: false,
plugins: [require('prettier-plugin-tailwindcss')],
}