Bootstrap/js/.jshintrc

13 lines
213 B
Plaintext
Raw Normal View History

{
2013-05-16 11:06:30 -07:00
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,
"expr" : true,
"asi" : true
}