From f4d2357609356068d89f9b9ca8c23aa4be3cd126 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Mon, 8 Jun 2015 11:09:22 -0700 Subject: [PATCH] Make jshint aware of node globals --- .jshintrc | 1 + benchmark/index.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.jshintrc b/.jshintrc index 0fdd54e..63f0fe6 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,6 +10,7 @@ "loopfunc": true, "newcap": false, "noarg": true, + "node": true, "noempty": true, "nonew": true, "trailing": true, diff --git a/benchmark/index.js b/benchmark/index.js index aded7a9..8240d8b 100644 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -1,3 +1,5 @@ +/* jshint node:false */ + $("#run").click(function() { /* Results Table Manipulation */