Skip to content

Commit

Permalink
[readme] Remove dead david-dm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz authored and ljharb committed Apr 2, 2022
1 parent 0cc979d commit c28ae9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -28,6 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [Docs] [`jsx-no-useless-fragment`]: add more examples of correct code ([#3349][] @karlhorky)
* [Docs] [`jsx-boolean-value`]: add jsdoc types for helper functions ([#3344][] @caroline223)
* [readme] remove dead codeclimate badge, add actions badge (@ljharb)
* [readme] Remove dead david-dm badge ([#3262][] @ddzz)

[#3350]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3350
[#3349]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3349
Expand All @@ -46,6 +47,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
[#3315]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3315
[#3314]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3314
[#3311]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3311
[#3262]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3262

## [7.30.1] - 2022.06.23

Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -4,7 +4,6 @@
[![github actions][actions-image]][actions-url]
[![Maintenance Status][status-image]][status-url]
[![NPM version][npm-image]][npm-url]
[![Dependency Status][deps-image]][deps-url]
[![Tidelift][tidelift-image]][tidelift-url]

React specific linting rules for `eslint`
Expand Down Expand Up @@ -271,9 +270,6 @@ This pairs well with the `eslint:all` rule.
[npm-url]: https://npmjs.org/package/eslint-plugin-react
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-react.svg

[deps-url]: https://david-dm.org/jsx-eslint/eslint-plugin-react
[deps-image]: https://img.shields.io/david/dev/jsx-eslint/eslint-plugin-react.svg

[status-url]: https://github.com/jsx-eslint/eslint-plugin-react/pulse
[status-image]: https://img.shields.io/github/last-commit/jsx-eslint/eslint-plugin-react.svg

Expand Down

0 comments on commit c28ae9e

Please sign in to comment.