Add lint:fix script

This commit is contained in:
Brian Bowman
2022-07-19 18:33:16 -05:00
parent f260379fa2
commit 7f9ba66e38
2 changed files with 7 additions and 1 deletions

View File

@@ -49,8 +49,13 @@ For a debug build,
### Code Formatting and Linting
Formatting:
- `yarn format`
- `yarn lint`
Check Lints, fix (some) lints:
- `yarn lint`, `yarn lint:fix`
### Generating Update Artifacts