aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/.jshintrc b/.jshintrc
index 7884da2c..0d1a70e2 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -9,8 +9,7 @@
"rhino" : false,
"couch" : false,
"wsh" : true, // Windows Scripting Host.
- "jquery" : true,
- "predef" : [ "jQuery", "$" ],
+ "jquery" : false,
// Development.
"debug" : false, // Allow debugger statements e.g. browser breakpoints.
@@ -51,6 +50,6 @@
"plusplus" : false, // Prohibit use of `++` & `--`.
"sub" : false, // Tolerate all forms of subscript notation besides dot notation e.g. `dict['key']` instead of `dict.key`.
"trailing" : true, // Prohibit trailing whitespaces.
- "white" : false, // Check against strict whitespace and indentation rules.
- "indent" : 2 // Specify indentation spacing
+ "white" : true, // Check against strict whitespace and indentation rules.
+ "indent" : 4 // Specify indentation spacing
} \ No newline at end of file