mongoose-deep-populate
Version:
Mongoose plugin to enable deep population of nested models
27 lines (24 loc) • 483 B
Plain Text
{
"node" : true,
"esnext" : true,
"camelcase" : true,
"immed" : true,
"indent" : 2,
"latedef" : true,
"noarg" : true,
"quotmark" : "single",
"regexp" : true,
"undef" : true,
"latedef" : "nofunc",
"noempty" : true,
"trailing" : true,
"maxparams" : 10,
"maxdepth" : 5,
"smarttabs" : true,
"asi" : true,
"boss" : true,
"laxcomma" : true,
"laxbreak" : true,
"expr" : true,
"eqnull" : true
}