summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-05-06 13:38:39 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-05-06 13:38:39 +0200
commit86eb8678fe3a124aa25a45de7b91c8df6cb7b74e (patch)
treedbad5ef2ca1e271647eec9bbaeb776cb5feb8c64 /.jshintrc
parentca204408069c1f02ad04edd48c60188ccbe55974 (diff)
downloadn-86eb8678fe3a124aa25a45de7b91c8df6cb7b74e.tar.gz
Add basic session and router plumbing
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index a27080d..536ec72 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -2,6 +2,7 @@
"globals": {
"require": true
},
+ "node": true,
"unused": "vars",
"strict": true,
"globalstrict": true,