twbs--bootstrap/js/.jshintrc

12 lines
232 B
Plaintext
Raw Normal View History

{
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
2012-07-23 01:28:39 +00:00
"eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,
"expr" : true,
"asi" : true
}