in this project, I tried to add the config of prettier which:
- prints semicolons at the ends of statements,
- Specified the line length on 80 so that the printer will wrap on at 80 character
- will add "," after the last property in an object
Put html files on ignore so these configs will have no effect on them and at the end added "Prettier - Code formatter" extention to run these configs automatically on save!