This commit is contained in:
burnettk 2022-07-07 23:49:08 -04:00
parent 102088800a
commit 54dc2ccd01
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ Check for lint in code.
Fix lint in code.
### `npm run format`
Probably just stick with lint:fix which also runs prettier.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).