tree: cdb1d858d3e4114a15c986f997b702dd115593ec [path history] [tgz]
  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.