ssbc / ssb-keys

keyfile operations for ssb
36 stars 26 forks source link

setup Prettier for code formatting #73

Closed staltz closed 4 years ago

staltz commented 4 years ago

The only change I did by hand was in package.json, all the other files were formatted automatically by Prettier (saving you time from reviewing those files).

Diff for package.json:

https://github.com/ssb-js/ssb-keys/blob/6e430df9972230293d0f63cc4bbd08705ee811bc/package.json

christianbundy commented 4 years ago

Thanks for the patch!