vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Add prettier #190

Closed tddough98 closed 2 years ago

tddough98 commented 2 years ago

Similar to https://github.com/vanvalenlab/deepcell-datasets/pull/92, I added and ran autoformatting to this repo. Instead of pre-commit, this repo only uses prettier. Pre-commit is better for multi-language projects, but the kiosk-frontend is exclusively a javascript project, so I've opted for a simpler setup. I've followed this guide and added this Prettier GitHub Action as well.