tree: 21e61a6852771d57d2cd0c53639ba04740470248 [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.