Skip to content

Commit

Permalink
Merge pull request #25 from pulibrary/update-readme
Browse files Browse the repository at this point in the history
Update README with lint commands
  • Loading branch information
kevinreiss authored Sep 28, 2023
2 parents c2e5312 + 0367f46 commit 8407e48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has a
1. Click on the flask icon ('Testing') in the left panel
1. Click the 'play' button in the left panel to run the tests
1. Alternately, go to the file of the test you want to run and click the icon to the left of the test to re-run it. If you have not run the test previously, it will be an arrow, if you have run it, it will be a green check if it passed and a red x if it failed on the previous run.

## Format files

`yarn lint`

`yarn format`

To fix linting errors: `yarn lint --fix`

0 comments on commit 8407e48

Please sign in to comment.