summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/.jshintrc
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-30 16:13:42 -0400
committerThomas Park <thomas@thomaspark.me>2013-10-30 16:13:42 -0400
commit48c64127b37be4a692a70cb7b38ed9744163582b (patch)
treedcf4b4b76612269a6b135c695861eca7e89a0cfa /bower_components/bootstrap/js/.jshintrc
parent620e501c3d804b1dc2c7d796d7ae378db5e1a040 (diff)
3.0.0 -> 3.0.1
Diffstat (limited to 'bower_components/bootstrap/js/.jshintrc')
-rwxr-xr-xbower_components/bootstrap/js/.jshintrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/bower_components/bootstrap/js/.jshintrc b/bower_components/bootstrap/js/.jshintrc
index 94c520d5..fdfdfbbf 100755
--- a/bower_components/bootstrap/js/.jshintrc
+++ b/bower_components/bootstrap/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