Skip to content

Commit

Permalink
Merge pull request #88 from brown-ccv/ref-format
Browse files Browse the repository at this point in the history
docs: Update format bullet point
  • Loading branch information
RobertGemmaJr authored Dec 6, 2023
2 parents 5cfd2a2 + 657ef21 commit d846072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/project_organization/npm_scripts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ Packaging for windows on a non-windows machine requires `mono` and `wine` to be
## Miscellaneous

- `commit` runs [commitizen](https://commitizen-tools.github.io/commitizen/) in the console. It is useful for ensuring your Git commit messages are easy to follow.
- `lint` uses [Eslint](https://eslint.org/) to find problems in the code
- `format` uses [Eslint](https://eslint.org/) to find and fix problems in the code that it can automatically
- `lint` uses [Eslint](https://eslint.org/) to find problems in the code.
- `format` uses [Prettier](https://prettier.io) to style code in a consistent format.
- `test` launches the test runner in the interactive watch mode. See [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

0 comments on commit d846072

Please sign in to comment.