summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 15:17:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-22 15:17:29 +0200
commit26c063e3b6fed152003fc9b41f36cdfeb5c09f5e (patch)
treebe981159af1552bcf6b61af0e484b8a0a55c10f8 /js/.jshintrc
parent131ccd6d3ef0e17b12b3ca36a13285b71892af04 (diff)
make code easier to read
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 d4d7e6279..cd85aa807 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -18,7 +18,7 @@
"unused": true,
"strict": true,
"maxparams": false,
- "maxdepth": 4,
+ "maxdepth": 3,
"maxlen": 80,
"browser": true,
"devel": true,