Tag: ESLint

How to setup VueJS 3 with Vite, UnoCSS and ESLint/Prettier

This is an updated version of this article. This other article is now 2 years old and I’ve picked up some other tools since then. So now I’m using pnpm instead of yarn, and unocss instead of tailwindcss. Let’s start by opening a terminal and ty...