update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / js / .jshintrc
1 {
2   "validthis": true,
3   "laxcomma" : true,
4   "laxbreak" : true,
5   "browser"  : true,
6   "eqeqeq"   : false,
7   "eqnull"   : true,
8   "debug"    : true,
9   "devel"    : true,
10   "curly"    : false,
11   "boss"     : true,
12   "expr"     : true,
13   "asi"      : true
14 }