From 03cca7339f1c55537786cc6605e68052cfd07cd5 Mon Sep 17 00:00:00 2001 From: Kusha Gharahi <3326002+kushagharahi@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:31:45 -0500 Subject: [PATCH] small readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b422d2b..d8619b9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ command | description `npm run dev-build` | Compile to `dist` w/o prerendering `npm run prd-build` | Compile to `dist` with prerendering `npm run run-prd-build` | Compile to `dist` with prerendering and runs a python 3 webserver -`npm run lint` | Runs linting against all .vue/.js files not in build/* +`npm run lint` | Runs (eslint/prettier) linting against all .vue/.js files not in build/* `npm run lint -- --fix` | Auto fix linting errors `npm run lighthouse` | Runs Google Lighthouse on all the paths in /build/paths.js (you may need to set `CHROME_PATH`, e.g, `export CHROME_PATH=/usr/bin/google-chrome`) ### Docker