KristerV / heliumpay-budgetweb-backend

2 stars 2 forks source link

Added prettier #6

Closed jschr closed 7 years ago

jschr commented 7 years ago

Followup to https://github.com/KristerV/heliumpay-budgetweb-backend/pull/5

Also added the config file.

To format all the files in the repo run find ./**/*.js | xargs ./node_modules/.bin/prettier --write

KristerV commented 7 years ago

awesome.