Make jshint aware of node globals
This commit is contained in:
parent
7a94f97b46
commit
f4d2357609
|
@ -10,6 +10,7 @@
|
|||
"loopfunc": true,
|
||||
"newcap": false,
|
||||
"noarg": true,
|
||||
"node": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"trailing": true,
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* jshint node:false */
|
||||
|
||||
$("#run").click(function() {
|
||||
|
||||
/* Results Table Manipulation */
|
||||
|
|
Loading…
Reference in a new issue