delphimvcframework/samples/contribsamples/angularjs/www/lib/bootstrap/js/.jshintrc

14 lines
256 B
Plaintext
Raw Normal View History

2013-11-14 11:08:02 +01:00
{
"validthis": true,
"laxcomma" : true,
"laxbreak" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"debug" : true,
"devel" : true,
"curly" : false,
"boss" : true,
"expr" : true,
"asi" : true
}