File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- https://github.com/ant-design/ant-design
21https://github.com/DimensionDev/Maskbook
3- https://github.com/dream-num/univer
42https://github.com/electric-sql/pglite
5- https://github.com/ensdomains/ensdomains-landing
3+ https://github.com/ensdomains/thorin
64https://github.com/flirtual/flirtual
75https://github.com/hashintel/hash
6+ https://github.com/langgenius/dify
87https://github.com/npmgraph/npmgraph
8+ https://github.com/offlegacy/event-tracker
9+ https://github.com/prettier/prettier
910https://github.com/react-navigation/react-navigation
1011https://github.com/refined-github/refined-github
1112https://github.com/RSSNext/Follow
13+ https://github.com/TanStack/form
1214https://github.com/TanStack/query
15+ https://github.com/TanStack/router
16+ https://github.com/TanStack/store
1317https://github.com/toss/suspensive
1418https://github.com/upleveled/eslint-config-upleveled
1519https://github.com/XYOracleNetwork/sdk-xyo-react-js
16- https://github.com/zolplay-cn/config-monorepo
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ const token = process.env["GITHUB_TOKEN"];
6161const data = await fs . readFile ( "assets/NOTABLE_PROJECTS_USING_ESLINT_REACT" , "utf-8" ) ;
6262const repos = data . trim ( ) . split ( "\n" ) . map ( ( item ) => item . replace ( "https://github.com/" , "" ) ) ;
6363const avatars = await Promise . all ( repos . map ( async ( repo ) => fetchGitHubAvatar ( repo , token ) ) ) ;
64- const img = await buildUsedByImage ( avatars ) ;
64+ const avatarsDeduped = [ ...new Set ( avatars ) ] ;
65+ const img = await buildUsedByImage ( avatarsDeduped ) ;
6566await fs . writeFile ( "apps/website/assets/used_by.png" , img ) ;
6667await fs . writeFile ( "apps/website/public/used_by.png" , img ) ;
You can’t perform that action at this time.
0 commit comments