aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-09-18 08:20:46 +0300
committerXhmikosR <[email protected]>2013-09-18 20:36:17 +0300
commit3c0489102ee65bcb020a6fd5fc399d9806a46a51 (patch)
tree4bd28c8a6a299de6569df485dc3bf4298cdee529 /js
parent68099ec2756393f0996056b489a088048d3acc6c (diff)
downloadbootstrap-3c0489102ee65bcb020a6fd5fc399d9806a46a51.tar.xz
bootstrap-3c0489102ee65bcb020a6fd5fc399d9806a46a51.zip
Sort by name.
Diffstat (limited to 'js')
-rw-r--r--js/.jshintrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 94c520d5c..fdfdfbbfb 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -1,14 +1,14 @@
{
- "validthis": true,
- "laxcomma" : true,
- "laxbreak" : true,
+ "asi" : true,
+ "boss" : true,
"browser" : true,
- "eqeqeq" : false,
- "eqnull" : true,
+ "curly" : false,
"debug" : true,
"devel" : true,
- "curly" : false,
- "boss" : true,
+ "eqeqeq" : false,
+ "eqnull" : true,
"expr" : true,
- "asi" : true
+ "laxbreak" : true,
+ "laxcomma" : true,
+ "validthis": true
} \ No newline at end of file