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.
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.