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>2015-03-05 18:57:56 +0300
committerBen Langfeld <ben@langfeld.me>2015-03-05 18:57:56 +0300
commit1089c44b7b3dd53fbc30eb2cf50f970348116c2d (patch)
treefc78ecf30bbd7d5c332f8d7f4c5dabbe51982c56
parentd09d0e6cebab12452b820668f84f155302a97d0b (diff)
Fix lint configuration for recently merged PR
https://github.com/candy-chat/candy/pull/369
-rw-r--r--.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 8a115fe..6a2ea00 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -8,7 +8,7 @@
"undef": true,
"unused": true,
"trailing": true,
- "maxdepth": 4,
+ "maxdepth": 5,
"laxcomma": true,
"browser": true
}