zkitter / zkitterd

MIT License
10 stars 2 forks source link

chore: config `prettier` and format code #9

Closed sripwoud closed 2 years ago

sripwoud commented 2 years ago

Closes https://github.com/r1oga/zkitterd/issues/6

Configure https://prettier.io/ to ensure consistent code styles across the code base.
I tried to follow the code styles I have observed being already used: especially use of ; no () around single argument for arrow functions... Still, most of the files are edited because of wrapping changes.