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