We are currently only running prettier on javascript, but in other projects we run it on everything. Lets run it on everything here too. https://github.com/pulibrary/tigerdata-app/blob/main/.circleci/config.yml#L221C2-L223C47 ## Acceptance Criteria - [ ] Fix the errors found by prettier `yarn run prettier --write .` - [ ] Add [prettier check](https://github.com/pulibrary/tigerdata-app/blob/main/.circleci/config.yml#L221C2-L223C47) on all files to circle ci