import grouping and sorting with Prettier plugin

This commit is contained in:
Timothy Armes
2023-09-11 09:09:34 +02:00
parent 4984639f23
commit 7111f000e5
43 changed files with 589 additions and 210 deletions
+12
View File
@@ -23,6 +23,18 @@ and is deployed on [Vercel](https://vercel.com/)
- [Leaflet](https://leafletjs.com/) - a Javascript library for interactive maps
- [Nodemailer](https://nodemailer.com/) - a module for Node.js applications to allow easy as cake email sending
## Required VSCode plugins
- ESLint
- Prettier - Code formatter
## Recommended VSCode plugins
- Tailwind CSS IntelliSense
- Tailwind Docs
- Code Spell Checker (to avoid English spelling mistakes in the code)
- Console Ninja (for easier debugging)
## Contributions
Contributions are encouraged. Please open an issue to discuss your ideas.