Reproduction
https://stackblitz.com/~/edit/stackblitz-starters-afmjq7?file=types.d.ts&file=types-with-line-break.d.ts
1 | declare namespace something {
2 | /** JSDoc describing this */
^ 2:3 error Expected line before comment @blitz/lines-around-comment
3 | export const entry: 1;
4 | }
1 | declare namespace something2 {
2 |
^ 2:1 error Delete `⏎` prettier/prettier
3 | /** JSDoc describing this */
4 | export const entry2: 1;
5 | }