Skip to content

Commit

Permalink
Update README with lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Sep 27, 2023
1 parent c2e5312 commit 0367f46
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 0367f46

Please sign in to comment.