Skip to content

Commit c666c07

Browse files
committed
Add badges
1 parent f3a17e2 commit c666c07

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eslint-config-web-scrobbler
1+
# eslint-config-web-scrobbler [![NPM][NpmBadge]][Npm] [![Test][WorkflowBadge]][Workflow]
22

33
ESLint configuration file for Web Scrobbler projects.
44

@@ -22,4 +22,12 @@ Then, add `eslint-config-web-scrobbler` to the `extends` array in your
2222

2323
## License
2424

25-
Licensed under the [MIT License](./LICENSE)
25+
Licensed under the [MIT License](./LICENSE).
26+
27+
<!-- Badges -->
28+
[NpmBadge]: https://img.shields.io/npm/v/eslint-config-web-scrobbler
29+
[WorkflowBadge]: https://github.com/web-scrobbler/eslint-config-web-scrobbler/workflows/Lint/badge.svg
30+
31+
<!-- Related pages -->
32+
[Npm]: https://www.npmjs.com/package/eslint-config-web-scrobbler
33+
[Workflow]: https://github.com/web-scrobbler/eslint-config-web-scrobbler/actions?query=workflow%3ALint

0 commit comments

Comments
 (0)