Motivation
It would be nice to always force line breaks before /** blocks as code reads nicer that way, akin to chapters in a book.
Current behavior
There is no such rule.
Desired behavior
To add such rule.
Alternatives considered
https://eslint.style/rules/js/lines-around-comment exists, and maybe I should use that instead? But I wrote this anyway as this package is about specifically JSDoc. I am fine however to use https://eslint.style/rules/js/lines-around-comment if there is no interest to include it here.
Motivation
It would be nice to always force line breaks before
/**blocks as code reads nicer that way, akin to chapters in a book.Current behavior
There is no such rule.
Desired behavior
To add such rule.
Alternatives considered
https://eslint.style/rules/js/lines-around-comment exists, and maybe I should use that instead? But I wrote this anyway as this package is about specifically JSDoc. I am fine however to use https://eslint.style/rules/js/lines-around-comment if there is no interest to include it here.