SpaceyaTech / Team-Berlin-React

Repository for Team Berlin
10 stars 9 forks source link

[Frontend}: Set up ESLint, Prettier, Pre-commit Hooks and Husky to the React project #47

Closed daveclinton closed 1 year ago

daveclinton commented 1 year ago

When setting up a new project, especially the one that will be worked on by many people (team), code quality is an important aspect to put into consideration to make your codebase cleaner and standardized. That's why we need to use different tools that ensure our code quality.