sassansh / Places

A M.E.R.N. full-stack application to help trusted groups find the best places to visit
https://places-cpsc455.herokuapp.com/
MIT License
1 stars 3 forks source link

👌 Prettier all files #121

Closed sassansh closed 3 years ago

sassansh commented 3 years ago

Prettied all files using prettier, if you want it to work the same on you machine turn on format on save in VS Code and add the settings below:

Prettier settings in VS Code's settings.json:

  "prettier.singleQuote": true,
  "prettier.jsxSingleQuote": true,
  "prettier.trailingComma": "none",