summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/.jshintrc
blob: fdfdfbbfb3df5c4769367041393a07336daca083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "asi"      : true,
  "boss"     : true,
  "browser"  : true,
  "curly"    : false,
  "debug"    : true,
  "devel"    : true,
  "eqeqeq"   : false,
  "eqnull"   : true,
  "expr"     : true,
  "laxbreak" : true,
  "laxcomma" : true,
  "validthis": true
}