Keeping code clean and consistent is important in any project. That’s why we use tools like linters to catch bugs and formatters to make code look nice.
Right now, most JavaScript and TypeScript pro...
Writing clean and consistent code is super important, not just for you, but for your whole team. That’s why we use ESLint, a tool that checks your code and gives you helpful tips!You’ve probably ...
Every now and then, I start a new React project using my favorite setup:Development: Vite + TypeScript
Linting & Formatting: ESLint + prettier
Pre-commit checks: husky + lint-stagedSo, I decided t...