tree: ef54a2dd1eaa5f4b90a491d394c9e613b887748a
  1. .eslintrc.js
  2. codemod-peerconnection-addcleanup
  3. html-codemod.js
  4. package.json
  5. 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.