hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Adds prettier to project #48

Closed aburd closed 3 years ago

aburd commented 3 years ago

Description

Adds prettier to project. Basically this makes it so you don't have to worry about code formatting.

What issue does this address? (if any)

More information

If you're using vscode, please add this to your settings.json file

  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "editor.formatOnSave": true

Should format on every save. Whee.

aburd commented 3 years ago

@scootyboots Requesting your review so you'll be notified of this, but you don't have to review it. Let me know if you have any problems with your code editor or any questions.