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-16 15:00:22 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-16 15:00:22 +0400
commitd7a22b5abeba921846c75e15423b1bcf6d3a5f55 (patch)
tree8a430fbaad77ccf836456ad9c94dcff92ee39551 /.jshintrc
parentcec7c0e8e3d01d9dbc0513ba870d3e7f35772a39 (diff)
Higher limit on detected errors
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 777c01bd98..26e5b57d8a 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,6 +1,6 @@
{
// Show more errors
- "maxerr" : 200,
+ "maxerr" : 1000,
// Globals
"jquery" : true,