diff --git a/docs/project_organization/npm_scripts.mdx b/docs/project_organization/npm_scripts.mdx index cba30fc9..1335f9f2 100644 --- a/docs/project_organization/npm_scripts.mdx +++ b/docs/project_organization/npm_scripts.mdx @@ -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.