0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js/.jshintrc

12 lines
212 B
Plaintext
Raw Normal View History

{
2013-05-16 20:06:30 +02:00
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,
"expr" : true,
"asi" : true
2013-05-22 04:30:33 +02:00
}