tree: b7b3639735db405c43303a9db8be2fcdf3d7588f
  1. .eslintrc.js
  2. package-lock.json
  3. package.json
  4. README.md
webrtc/tools/README.md

WebRTC Tools

This directory contains a simple Node.js project to aid the development of WebRTC tests.

Lint

npm run lint

Does basic linting of the JavaScript code. Mainly for catching usage of undefined variables.