Commit 6e4d3028 authored by Roman Reiss's avatar Roman Reiss
Browse files

tools: enable/add additional eslint rules

Enables the following rules:

- no-undef: Valuable rule to error on usage of undefined variables
- require-buffer: Custom rule that forbids usage of the global Buffer
  inside lib/ because of REPL issues.

PR-URL: https://github.com/nodejs/io.js/pull/1794


Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent b5b8ff11
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment