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 config added & eslint config moved to root #123

Closed sassansh closed 3 years ago

sassansh commented 3 years ago

As requested @laurarodgers, prettier config file added to the repo. The prettier extension in VS Code should automatically read this and override any other settings set in VS Code itself.

These are the settings I've used previously to prettify our files. So it shouldn't change any of the current files.

For convenience and better detection in IDE's, I moved the eslint config from .github/linters to / aka root.