TwoToc code
[YouAndWeb_TwoToc] / server / .jshintrc-spec
diff --git a/server/.jshintrc-spec b/server/.jshintrc-spec
new file mode 100755 (executable)
index 0000000..b9390c3
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "extends": ".jshintrc",
+  "globals": {
+    "describe": true,
+    "it": true,
+    "before": true,
+    "beforeEach": true,
+    "after": true,
+    "afterEach": true,
+    "expect": true,
+    "assert": true,
+    "sinon": true
+  }
+}