diff --git a/README.md b/README.md index ebb4354..b17b50e 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,12 @@ And to serve the built website, execute: ```bash npm run serve ``` + +## Run linter + +A linter is included to ensure code quality +```bash +npm run lint +``` +``` +```