Skip to content
Snippets Groups Projects
Unverified Commit 5289a12f authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs: prettier fix

parent 135d883f
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ Also, it can be good to submit your PR as a work in progress (WIP) without tests
#### Linting and formatting
We use [Prettier](https://github.com/prettier/prettier) for code formatting. If your code fails `yarn test` due to a `prettier` rule then you should find that the offending file will be updated automatically and pass the second time you run `yarn test` because each time you run it, it includes the `--fix` command automatically. You usually shouldn't need to fix any prettier errors manually.
We use [Prettier](https://github.com/prettier/prettier) for code formatting. If your code fails `yarn test` due to a `prettier` rule then run `yarn lint-fix` to fix it or most `eslint` errors automatically before running `yarn test` again. You usually shouldn't need to fix any prettier errors manually.
## Tips and tricks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment