blob: 68bc284fdfa722567c136e6001aaa476689418a4 [file] [log] [blame] [view] [edit]
WebRTC Tools
============
This directory contains a simple Node.js project to aid the development of
WebRTC tests.
## Lint
```bash
npm run lint
```
Does basic linting of the JavaScript code. Mainly for catching usage of
undefined variables.