Skip to content

Commit 596c2df

Browse files
committed
fix(scripts): prevent README ecosystem formatter churn
1 parent b6453aa commit 596c2df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/update-ecosystem-readme.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ function renderBlock(entries, self) {
141141
'',
142142
INTRO,
143143
'',
144+
'<!-- prettier-ignore-start -->',
144145
'| Package | Description |',
145146
'| --- | --- |',
146147
...rows,
148+
'<!-- prettier-ignore-end -->',
147149
'',
148150
'## License',
149151
'',

0 commit comments

Comments
 (0)