luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[DASH] Setup Tailwind, ESLint, and Prettier #71

Closed pavle99 closed 1 year ago

pavle99 commented 1 year ago

Setup Tailwind CSS for styling, ESLint for linting, and Prettier for code formatting. This will ensure consistent styling and code quality across the project. Tailwind CSS is a utility-first CSS framework, ESLint is a linter that will help catch potential errors and enforce coding style, and Prettier is a code formatter that will ensure consistent formatting across the project.