We have decided to work with ESLint for linting and Prettier for formatting our code. The standard we will follow for linting is the Airbnb standard because of it´s wide use range
ESLint Standard rules provided by ESLint as recommendation with small modifications to work with TypeScript. This standard might change throughout this project due to inexperience with such technologies
Prettier The way we set our formatting configurations (prettier), is by taking insperation from the React page on github This way we can be sure that our code is up to par with the framework we will be using for the frontend.