From 0367f465d60ac8e9d9fb5bc4e5dcfbd0068a6f96 Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Wed, 27 Sep 2023 15:17:59 -0400 Subject: [PATCH] Update README with lint commands --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8b1fab6..0d6d483 100644 --- a/README.md +++ b/README.md @@ -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`