Skip to content

Commit

Permalink
Use the node mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed Apr 13, 2012
1 parent 3cbca8d commit ec72674
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dotfiles/jshintrc
Expand Up @@ -7,7 +7,7 @@
// Predefined globals whom JSHint will ignore.
"browser" : true, // Standard browser globals e.g. `window`, `document`.

"node" : false,
"node" : true,
"rhino" : false,
"couch" : false,
"wsh" : false, // Windows Scripting Host.
Expand All @@ -22,9 +22,7 @@
"Strophe", "_",
// Jasmine
"it", "describe", "beforeEach", "afterEach", "expect",
"spyOn", "runs", "waitsFor",
// Node
"require", "process"
"spyOn", "runs", "waitsFor"
],


Expand Down

0 comments on commit ec72674

Please sign in to comment.