Skip to content

Commit

Permalink
Add browserify env to .jshintrc (aframevr#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored and ngokevin committed Aug 20, 2016
1 parent 9af186e commit 8b32821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

// Environments
"browser" : true, // Web Browser (window, document, etc)
"browserify" : false, // Browserify (node.js code in the browser)
"browserify" : true, // Browserify (node.js code in the browser)
"couch" : false, // CouchDB
"devel" : true, // Development/debugging (alert, confirm, etc)
"dojo" : false, // Dojo Toolkit
Expand All @@ -94,4 +94,4 @@
"THREE": false,
"performance": false
}
}
}

0 comments on commit 8b32821

Please sign in to comment.