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
27
27
* [ Docs] [ ` sort-comp ` ] : add class component examples ([ #3339 ] [ ] @maurer2 )
28
28
* [ Docs] [ ` jsx-no-useless-fragment ` ] : add more examples of correct code ([ #3349 ] [ ] @karlhorky )
29
29
* [ Docs] [ ` jsx-boolean-value ` ] : add jsdoc types for helper functions ([ #3344 ] [ ] @caroline223 )
30
+ * [ readme] remove dead codeclimate badge, add actions badge (@ljharb )
30
31
31
32
[ #3350 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3350
32
33
[ #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 >
2
2
===================
3
3
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 ]
5
9
6
10
React specific linting rules for ` eslint `
7
11
@@ -270,11 +274,14 @@ This pairs well with the `eslint:all` rule.
270
274
[ deps-url ] : https://david-dm.org/jsx-eslint/eslint-plugin-react
271
275
[ deps-image ] : https://img.shields.io/david/dev/jsx-eslint/eslint-plugin-react.svg
272
276
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
-
276
277
[ status-url ] : https://github.com/jsx-eslint/eslint-plugin-react/pulse
277
278
[ status-image ] : https://img.shields.io/github/last-commit/jsx-eslint/eslint-plugin-react.svg
278
279
279
280
[ tidelift-url ] : https://tidelift.com/subscription/pkg/npm-eslint-plugin-react?utm_source=npm-eslint-plugin-react&utm_medium=referral&utm_campaign=readme
280
281
[ 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