Added Prettier

This commit is contained in:
Hannah-Dagemark 2025-03-26 12:49:02 +00:00
commit c9a65d1adb
4 changed files with 55 additions and 29 deletions

9
.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"tabWidth": 2,
"printWidth": 100,
"plugins": ["prettier-plugin-tailwindcss"]
}