File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ export default iterateJsdoc(({
207
207
path : './src/index.js' ,
208
208
} ) ;
209
209
210
+ // eslint-disable-next-line import/extensions
210
211
await import ( './generateReadme.js' ) ;
211
212
212
213
/*
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ const getUtils = (
234
234
source : '' ,
235
235
tokens : seedTokens ( {
236
236
delimiter : '*' ,
237
+ lineEnd : '' ,
237
238
postDelimiter : ' ' ,
238
239
start : indent + ' ' ,
239
240
tag : `@${ targetTagName } ` ,
@@ -287,6 +288,7 @@ const getUtils = (
287
288
source : '' ,
288
289
tokens : seedTokens ( {
289
290
delimiter : '*' ,
291
+ lineEnd : '' ,
290
292
start : indent + ' ' ,
291
293
} ) ,
292
294
} ;
@@ -358,6 +360,7 @@ const getUtils = (
358
360
} ) ;
359
361
utils . addLine ( 2 , {
360
362
end : '*/' ,
363
+ lineEnd,
361
364
start : indent + ' ' ,
362
365
} ) ;
363
366
} ;
You can’t perform that action at this time.
0 commit comments