Make jshint aware of node globals

This commit is contained in:
Arlo Breault 2015-06-08 11:09:22 -07:00
parent 7a94f97b46
commit f4d2357609
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"loopfunc": true,
"newcap": false,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"trailing": true,

View file

@ -1,3 +1,5 @@
/* jshint node:false */
$("#run").click(function() {
/* Results Table Manipulation */