An open API service indexing awesome lists of open source software.

https://github.com/quick-lint/javascript-corpus

Various JavaScript source code useful for testing quick-lint-js
https://github.com/quick-lint/javascript-corpus

Last synced: 4 months ago
JSON representation

Various JavaScript source code useful for testing quick-lint-js

Awesome Lists containing this project

README

          

## How to setup js corpus for testing ?

```
git clone https://github.com/quick-lint/javascript-corpus.git
cd javascript-corpus
git submodule init
git submodule update --depth 1
```