File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
ESLint-plugin-React
2
2
===================
3
3
4
+ [ ![ Maintenance Status] [ status-image ]] [ status-url ] [ ![ NPM version] [ npm-image ]] [ npm-url ] [ ![ Build Status] [ travis-image ]] [ travis-url ] [ ![ Dependency Status] [ deps-image ]] [ deps-url ] [ ![ Coverage Status] [ coverage-image ]] [ coverage-url ] [ ![ Code Climate] [ climate-image ]] [ climate-url ]
5
+
4
6
React specific linting rules for ESLint
5
7
6
8
# Installation
@@ -71,3 +73,23 @@ Finally, enable all of the rules that you would like to use.
71
73
# License
72
74
73
75
ESLint-plugin-React is licensed under the [ MIT License] ( http://www.opensource.org/licenses/mit-license.php ) .
76
+
77
+
78
+ [ npm-url ] : https://npmjs.org/package/eslint-plugin-react
79
+ [ npm-image ] : http://img.shields.io/npm/v/eslint-plugin-react.svg?style=flat-square
80
+
81
+ [ travis-url ] : https://travis-ci.org/yannickcr/eslint-plugin-react
82
+ [ travis-image ] : http://img.shields.io/travis/yannickcr/eslint-plugin-react/master.svg?style=flat-square
83
+
84
+ [ deps-url ] : https://david-dm.org/yannickcr/eslint-plugin-react
85
+ [ deps-image ] : https://img.shields.io/david/dev/yannickcr/eslint-plugin-react.svg?style=flat-square
86
+
87
+ [ coverage-url ] : https://coveralls.io/r/yannickcr/eslint-plugin-react?branch=master
88
+ [ coverage-image ] : http://img.shields.io/coveralls/yannickcr/eslint-plugin-react/master.svg?style=flat-square
89
+
90
+ [ climate-url ] : https://codeclimate.com/github/yannickcr/eslint-plugin-react
91
+ [ climate-image ] : http://img.shields.io/codeclimate/github/yannickcr/eslint-plugin-react.svg?style=flat-square
92
+
93
+ [ status-url ] : https://github.com/yannickcr/eslint-plugin-react/pulse
94
+ [ status-image ] : http://img.shields.io/badge/status-maintained-brightgreen.svg?style=flat-square
95
+
You can’t perform that action at this time.
0 commit comments