File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2727* [ Docs] [ ` sort-comp ` ] : add class component examples ([ #3339 ] [ ] @maurer2 )
2828* [ Docs] [ ` jsx-no-useless-fragment ` ] : add more examples of correct code ([ #3349 ] [ ] @karlhorky )
2929* [ Docs] [ ` jsx-boolean-value ` ] : add jsdoc types for helper functions ([ #3344 ] [ ] @caroline223 )
30+ * [ readme] remove dead codeclimate badge, add actions badge (@ljharb )
3031
3132[ #3350 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3350
3233[ #3349 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3349
Original file line number Diff line number Diff line change 1- ` eslint-plugin-react `
1+ # ` eslint-plugin-react ` < sup > [ ![ Version Badge ] [ npm-version-svg ]] [ package-url ] </ sup >
22===================
33
4- [ ![ Maintenance Status] [ status-image ]] [ status-url ] [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Dependency Status] [ deps-image ]] [ deps-url ] [ ![ Code Climate] [ climate-image ]] [ climate-url ] [ ![ Tidelift] [ tidelift-image ]] [ tidelift-url ]
4+ [ ![ github actions] [ actions-image ]] [ actions-url ]
5+ [ ![ Maintenance Status] [ status-image ]] [ status-url ]
6+ [ ![ NPM version] [ npm-image ]] [ npm-url ]
7+ [ ![ Dependency Status] [ deps-image ]] [ deps-url ]
8+ [ ![ Tidelift] [ tidelift-image ]] [ tidelift-url ]
59
610React specific linting rules for ` eslint `
711
@@ -270,11 +274,14 @@ This pairs well with the `eslint:all` rule.
270274[ deps-url ] : https://david-dm.org/jsx-eslint/eslint-plugin-react
271275[ deps-image ] : https://img.shields.io/david/dev/jsx-eslint/eslint-plugin-react.svg
272276
273- [ climate-url ] : https://codeclimate.com/github/jsx-eslint/eslint-plugin-react
274- [ climate-image ] : https://img.shields.io/codeclimate/maintainability/jsx-eslint/eslint-plugin-react.svg
275-
276277[ status-url ] : https://github.com/jsx-eslint/eslint-plugin-react/pulse
277278[ status-image ] : https://img.shields.io/github/last-commit/jsx-eslint/eslint-plugin-react.svg
278279
279280[ tidelift-url ] : https://tidelift.com/subscription/pkg/npm-eslint-plugin-react?utm_source=npm-eslint-plugin-react&utm_medium=referral&utm_campaign=readme
280281[ tidelift-image ] : https://tidelift.com/badges/github/jsx-eslint/eslint-plugin-react?style=flat
282+
283+ [ package-url ] : https://npmjs.org/package/eslint-plugin-react
284+ [ npm-version-svg ] : https://versionbadg.es/jsx-eslint/eslint-plugin-react.svg
285+
286+ [ actions-image ] : https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/jsx-eslint/eslint-plugin-react
287+ [ actions-url ] : https://github.com/jsx-eslint/eslint-plugin-react/actions
You can’t perform that action at this time.
0 commit comments