summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 15:09:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 15:09:57 +0200
commit2bb6bc03b5c7c2eb6465d2c05159028ede6c93b4 (patch)
tree4db98c30abef529df257ed37ba293ca028fbfdf2 /js/.jshintrc
parent7d15bfa996e7661e450070715a96fe8cb2d75a8c (diff)
add autopaging directive
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index cd85aa807..d4d7e6279 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -18,7 +18,7 @@
"unused": true,
"strict": true,
"maxparams": false,
- "maxdepth": 3,
+ "maxdepth": 4,
"maxlen": 80,
"browser": true,
"devel": true,