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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-04-15 18:38:09 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-15 18:38:09 +0400
commit0cd1254ef27fef8da5448865fe3ba117b22ed281 (patch)
treeaa66df96ec185b181ef1719870e5f2a6b420fc93 /.jshintrc
parent66c60852f3dc1b047df6ed2d3617ab5778bfc0de (diff)
We want these for now
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc
index a22fcc4117..777c01bd98 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -16,7 +16,7 @@
"trailing" : true,
// Relaxing rules
- "sub" : true,
- "funcscope" : true,
+ "sub" : false,
+ "funcscope" : false,
"laxbreak" : false
}