fix all linting and prettier issues on save
@ -6,5 +6,8 @@
"editor.formatOnSave": true,
"files.associations": {
"*.css": "tailwindcss"
},
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}