As of right now, TODO_List uses the same settings for ESLint and Prettier for both the frontend and the backend.
TODO_List uses the Airbnb styleguide (found here: https://airbnb.io/javascript/react/)
Suggested extensions (for VSCode):
- ESlint extension
- Prettier extension
Setting up program to format on save:
- Open command palette using Ctrl + Shift + P or Command + Shift + P.
- Type User Settings.
- Click on "Preferences: Open User Settings".
- Type "Format on Save" into the search bar.
- Check the checkbox.