Browse Source

configured jshint to allow for node globals in preparation for webpack build #127

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas 7 years ago
parent
commit
1d418f8027
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .jshintrc

+ 1 - 1
.jshintrc

@@ -74,7 +74,7 @@
     "jquery"        : false,    // jQuery
     "jquery"        : false,    // jQuery
     "mocha"         : true,     // Mocha
     "mocha"         : true,     // Mocha
     "mootools"      : false,    // MooTools
     "mootools"      : false,    // MooTools
-    "node"          : false,    // Node.js
+    "node"          : true,    // Node.js
     "nonstandard"   : false,    // Widely adopted globals (escape, unescape, etc)
     "nonstandard"   : false,    // Widely adopted globals (escape, unescape, etc)
     "phantom"       : false,    // PhantomJS
     "phantom"       : false,    // PhantomJS
     "prototypejs"   : false,    // Prototype and Scriptaculous
     "prototypejs"   : false,    // Prototype and Scriptaculous