瀏覽代碼

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

Signed-off-by: Sebastian Haas <sebastian@haas.tech>
Sebastian Haas 7 年之前
父節點
當前提交
1d418f8027
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .jshintrc

+ 1 - 1
.jshintrc

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