Node-Study-Guide / openjs-nodejs-application-developer-study-guide

Resources and notes to help prepare for the Node JS Application Developer (JSNAD) certification exam
http://nodestudyguide.com/
81 stars 17 forks source link

Adding prettierrc with some initial rules #19

Closed donovanh closed 5 years ago

donovanh commented 5 years ago

Does this work for everyone?

{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true
}
jjmax75 commented 5 years ago

@donovanh there are conflicts there now after the last merge, I had a look but was unsure of what to do, let me know when it's sorted and I'll merge