|
11 | 11 |
|
12 | 12 | <hr>
|
13 | 13 |
|
14 |
| -[![Build status][build-badge]][https://travis-ci.org/belco90/eslint-plugin-testing-library] |
| 14 | +[![Build status][build-badge]][build-url] |
15 | 15 | [![Package version][version-badge]][https://www.npmjs.com/package/eslint-plugin-testing-library]
|
16 | 16 | [![MIT License][license-badge]][https://github.com/belco90/eslint-plugin-testing-library/blob/master/license]
|
17 | 17 | <br>
|
@@ -137,12 +137,19 @@ To enable this configuration use the `extends` property in your
|
137 | 137 | | [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | ![angular-badge][] ![react-badge][] ![vue-badge][] | ![fixable-badge][] |
|
138 | 138 |
|
139 | 139 | [build-badge]: https://img.shields.io/travis/Belco90/eslint-plugin-testing-library?style=flat-square
|
| 140 | +[build-url]: https://travis-ci.org/belco90/eslint-plugin-testing-library |
140 | 141 | [version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library?style=flat-square
|
| 142 | +[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library |
141 | 143 | [license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library?style=flat-square
|
| 144 | +[license-url]: https://github.com/belco90/eslint-plugin-testing-library/blob/master/license |
142 | 145 | [pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
| 146 | +[pr-url]: http://makeapullrequest.com |
143 | 147 | [gh-watchers-badge]: https://img.shields.io/github/watchers/Belco90/eslint-plugin-testing-library?style=social
|
| 148 | +[gh-watchers-url]: https://github.com/belco90/eslint-plugin-testing-library/watchers |
144 | 149 | [gh-stars-badge]: https://img.shields.io/github/stars/Belco90/eslint-plugin-testing-library?style=social
|
| 150 | +[gh-stars-url]: https://github.com/belco90/eslint-plugin-testing-library/stargazers |
145 | 151 | [tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FBelco90%2Feslint-plugin-testing-library
|
| 152 | +[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2fbelco90%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev |
146 | 153 | [recommended-badge]: https://img.shields.io/badge/recommended-lightgrey?style=flat-square
|
147 | 154 | [fixable-badge]: https://img.shields.io/badge/fixable-success?style=flat-square
|
148 | 155 | [angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
|
|
0 commit comments