Skip to content

Commit 555c532

Browse files
💄 style: Add image file extensions to .prettierignore and add download count badge to README.md
1 parent b0999a5 commit 555c532

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.prettierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ logs
4747
docker
4848
Dockerfile*
4949

50+
# image
51+
*.webp
52+
*.gif
53+
*.png
54+
*.jpg
55+
5056
# misc
5157
# add other ignore file below

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ESlint config, Prettier config, Remark config for LobeHub
1313
<!-- SHIELD GROUP -->
1414

1515
[![release][release-shield]][release-url]
16+
![][release-download-shield]
1617
[![releaseDate][release-date-shield]][release-date-url]
1718
[![ciTest][ci-test-shield]][ci-test-url]
1819
[![ciRelease][ci-release-shield]][ci-release-url] <br/>
@@ -232,6 +233,10 @@ This project is [MIT](./LICENSE) licensed.
232233
[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-lint?style=flat
233234
[release-date-url]: https://github.com/lobehub/lobe-lint/releases
234235

236+
<!-- releaseDownload -->
237+
238+
[release-download-shield]: https://img.shields.io/npm/dt/@lobehub/lint
239+
235240
<!-- ciTest -->
236241

237242
[ci-test-shield]: https://github.com/lobehub/lobe-lint/workflows/Test%20CI/badge.svg

0 commit comments

Comments
 (0)