0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00
Bootstrap/js/.jshintrc

12 lines
212 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
2013-05-21 19:30:33 -07:00
}