Closed jschr closed 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
find ./**/*.js | xargs ./node_modules/.bin/prettier --write
awesome.
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