Skip to content

Commit

Permalink
Update guides/code-quality/readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wagner-Hall <[email protected]>
Signed-off-by: MitchLloyd <[email protected]>
  • Loading branch information
MitchLloyd and illicitonion authored Apr 11, 2024
1 parent 27144b0 commit 8067c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/code-quality/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you do this on the backend you should also change your frontend, to make su

## 2) Prettying and linting

It is also usually a good idea to make sure that your code is formatted based on a single standard throughout, and also passes basic sanity checks. There are two projects that can usually help you with that:
It is also usually a good idea to make sure that your code is formatted based on a single standard throughout, and also passes basic checks. There are two projects that can usually help you with that:

- `prettier` is a formatter that makes sure that your code is formatted the same way throughout. For example all files use `tab` characters for indenting.
- `eslint` is a linter that checks the code for common coding mistakes and warns you if it encounters any of them. It can also automatically fix some mistakes.
Expand Down

0 comments on commit 8067c1d

Please sign in to comment.