diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd4fe5532a8..e6be9415716 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,7 @@ * [Guides](#guides) * [Update `llhttp`](#update-llhttp) + * [Lint](#lint) * [Test](#test) * [Coverage](#coverage) * [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin) @@ -76,6 +77,14 @@ cd npm run build:wasm ``` + + +### Lint + +```bash +npm run lint +``` + ### Test