Skip to content

Commit 8d93081

Browse files
authored
chore: fix CI failure (#16721)
* chore: fix CI failure * fix readme
1 parent 4339dc4 commit 8d93081

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Team members who focus specifically on eslint.org
268268
<table><tbody><tr><td align="center" valign="top" width="11%">
269269
<a href="https://github.com/amareshsm">
270270
<img src="https://github.com/amareshsm.png?s=75" width="75" height="75"><br />
271-
Amaresh S M
271+
Amaresh S M
272272
</a>
273273
</td><td align="center" valign="top" width="11%">
274274
<a href="https://github.com/harish-sethuraman">

tools/update-readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function formatTeamMembers(members) {
7171
members.map((member, index) => `<td align="center" valign="top" width="11%">
7272
<a href="https://github.com/${member.username}">
7373
<img src="https://github.com/${member.username}.png?s=75" width="75" height="75"><br />
74-
${member.name}
74+
${member.name.trim()}
7575
</a>
7676
</td>${(index + 1) % 9 === 0 ? "</tr><tr>" : ""}`).join("")
7777
}</tr></tbody></table>`;

0 commit comments

Comments
 (0)