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