/**
* test
* @type {ModuleConfig}
*/
after format will become
/**
* Test
*
* @type {ModuleConfig}
*/
I use prettier with plugin options to use your super cool library
as you can see there occur single line , how can i config option to ignore this format, thx
after format will become
I use prettier with plugin options to use your super cool library
as you can see there occur single line , how can i config option to ignore this format, thx