conventional-changelog-generator
Version:
cli wrapper to the conventional-changelog module
24 lines • 614 B
Plain Text
{
"indent" : 4,
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"freeze" : true,
"immed" : true,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"nonbsp" : true,
"nonew" : true,
"quotmark" : "single",
"undef" : true,
"unused" : true,
"strict" : true,
"maxdepth" : 2,
"maxcomplexity" : 10,
"node" : true,
"mocha" : true
}