aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.jshintrc b/.jshintrc
index 7a55e036..6f066d0c 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -12,8 +12,8 @@
"jquery" : false,
// Development.
- "debug" : true, // Allow debugger statements e.g. browser breakpoints.
- "devel" : true, // Allow developments statements e.g. `console.log();`.
+ "debug" : false, // Allow debugger statements e.g. browser breakpoints.
+ "devel" : false, // Allow developments statements e.g. `console.log();`.
// ECMAScript 5.
"strict" : false, // Require `use strict` pragma in every file.