Switch to klint, fix some lint rules

This commit is contained in:
Sebastian McKenzie
2016-02-14 23:25:14 +00:00
parent 456d24630a
commit 5b89849f43
75 changed files with 226 additions and 138 deletions

View File

@@ -1,3 +1,5 @@
/* eslint indent: 0 */
/**
* This tiny wrapper file checks for known node flags and appends them
* when found, before invoking the "real" _babel-node(1) executable.
@@ -37,7 +39,7 @@ getV8Flags(function (err, v8Flags) {
case "--expose-gc":
args.unshift("--expose-gc");
break;
case "--nolazy":
args.unshift("--nolazy");
break;