Files
portal/bootstrap/js/.jshintrc
Dobie Wollert 07762668f2 Initial Commit
2012-11-12 00:44:22 -08:00

12 lines
232 B
Plaintext

{
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqnull" : true,
"debug" : true,
"devel" : true,
"boss" : true,
"expr" : true,
"asi" : true
}