Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/.jshintrc')
-rwxr-xr-xjs/tests/.jshintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tests/.jshintrc b/js/tests/.jshintrc
new file mode 100755
index 0000000..245a406
--- /dev/null
+++ b/js/tests/.jshintrc
@@ -0,0 +1,5 @@
+{
+ "devel" : true,
+ "es3" : false,
+ "jasmine" : true
+}