Equidistant-403 / equidistant

Equidistant is an app to help you and your group get over the decision fatigue of a common meeting place by suggesting great rated places. It works by taking the commute time and what the users want to do as a main criterion to suggest great options for the whole group.
5 stars 0 forks source link

Add linter #5

Closed zshafe closed 1 year ago

zshafe commented 1 year ago

In this I introduce the basic ESLint rules to our frontend. I updated the README with information on how to use the Linter (npm run lint). I also made the decision to have the command only warn about issues instead of automatically fixing them, but then provided additional information for how to automatically fix things