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

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2014-07-27 01:33:24 +0400
committerMichael Weibel <michael.weibel@gmail.com>2014-07-30 22:12:20 +0400
commitf387502553d90ffd3364402a639ad2c93c7d4fc3 (patch)
tree1212fb5926435f678140c39c1930629f4a0dbcac /.jshintrc
parentb4ff8216a2e0f9da8c43151d46c2f03c722f66b4 (diff)
Testing
- Merge vagrant from candy-chat/vagrant to run tests on phantomjs - Implement basic tests for various modules - Create travis config file - Update CONTRIBUTING about testing
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc
index d2f32ad..689f69d 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -8,5 +8,6 @@
"undef": true,
"unused": true,
"trailing": true,
- "maxdepth": 4
-} \ No newline at end of file
+ "maxdepth": 4,
+ "laxcomma": true
+}