Skip to content

Commit

Permalink
docs: document lint command (nodejs#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ei authored and KhafraDev committed Jun 23, 2022
1 parent da495e2 commit a641bfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -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)
Expand Down Expand Up @@ -76,6 +77,14 @@ cd <your-path-to-undici>
npm run build:wasm
```

<a id="lint"></a>

### Lint

```bash
npm run lint
```

<a id="test"></a>
### Test

Expand Down

0 comments on commit a641bfd

Please sign in to comment.