nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Run prettier on all source code files #239

Closed thomaseizinger closed 5 years ago

thomaseizinger commented 5 years ago

Up till now, we only ran it on files inside src/.

Now we are also running it on all files in cypress/ and the config files in ./.

Resolves #175.

This should only be merged after #238 and rebased before that because #238 adds new files that were not formatted previously.