Files
portal/bootstrap/js/.jshintrc

12 lines
232 B
Plaintext
Raw Normal View History

2012-11-12 00:44:22 -08:00
{
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,
"expr" : true,
"asi" : true
}