Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 621 Bytes

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):

  1. ESlint extension
  2. Prettier extension

Setting up program to format on save:

  1. Open command palette using Ctrl + Shift + P or Command + Shift + P.
  2. Type User Settings.
  3. Click on "Preferences: Open User Settings".
  4. Type "Format on Save" into the search bar.
  5. Check the checkbox.

Main