odin-bot-v2 icon indicating copy to clipboard operation
odin-bot-v2 copied to clipboard

CircleCI: Add a test to run prettier

Open Asartea opened this issue 7 months ago • 1 comments

Complete the following REQUIRED checkboxes:

  • [x] I have thoroughly read and understand The Odin Project Contributing Guide

  • [x] The title of this issue follows the command name: brief description of request format, e.g. /help: add optional @user parameter

The following checkbox is OPTIONAL:

  • [x] I would like to be assigned this issue to work on it

1. Description of the Feature Request: We've added prettier, but aren't currently checking if an file actually complies with it. Specifically, I think it would make sense to split the current test-and-linters into a new tests (which runs jest) and a linters (which runs eslint and prettier)

2. Acceptance Criteria:

  • [ ] CircleCI runs prettier

3. Additional Information:

Asartea avatar Jul 02 '24 20:07 Asartea