tree: 9863e521db3e3704869bf7e295bfcf4f0385971f [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.