3
3
[ Shareable config] ( https://eslint.org/docs/developer-guide/shareable-configs#shareable-configs )
4
4
for [ ESLint] ( https://eslint.org ) for [ React] ( https://reactjs.org ) components
5
5
6
- <!-- status badges -->
6
+ <!-- status-badges start -->
7
+
7
8
[ ![ Build Status] [ ci-badge ]] [ ci-link ]
8
9
10
+ <!-- status-badges end -->
11
+
9
12
## Usage
10
13
11
- <!-- consumer badges -->
14
+ <!-- consumer-badges start -->
15
+
12
16
[ ![ npm] [ npm-badge ]] [ npm-link ]
13
17
[ ![ MIT license] [ license-badge ]] [ license-link ]
14
18
19
+ <!-- consumer-badges end -->
20
+
15
21
### Installation
16
22
17
23
``` sh
@@ -20,12 +26,16 @@ $ npm install @dsmjs/eslint-config-react --save-dev
20
26
21
27
## Contributing
22
28
23
- <!-- contribution badges -->
29
+ <!-- contribution-badges start -->
30
+
24
31
[ ![ Conventional Commits] [ commit-convention-badge ]] [ commit-convention-link ]
25
32
[ ![ Commitizen friendly] [ commitizen-badge ]] [ commitizen-link ]
26
33
[ ![ semantic-release] [ semantic-release-badge ]] [ semantic-release-link ]
27
34
[ ![ PRs Welcome] [ PRs-badge ]] [ PRs-link ]
28
35
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/dsmjs/eslint-config-react.svg )] ( https://greenkeeper.io/ )
36
+ [ ![ Dependabot] [ dependabot-badge ]] [ dependabot-link ]
37
+
38
+ <!-- contribution-badges end -->
29
39
30
40
### Dependencies
31
41
@@ -41,16 +51,33 @@ $ npm test
41
51
```
42
52
43
53
[ npm-link ] : https://www.npmjs.com/package/@dsmjs/eslint-config-react
54
+
44
55
[ npm-badge ] : https://img.shields.io/npm/v/@dsmjs/eslint-config-react.svg
56
+
45
57
[ license-link ] : LICENSE
58
+
46
59
[ license-badge ] : https://img.shields.io/github/license/dsmjs/eslint-config-react.svg
60
+
47
61
[ ci-link ] : https://travis-ci.com/dsmjs/eslint-config-react
62
+
48
63
[ ci-badge ] : https://img.shields.io/travis/com/dsmjs/eslint-config-react/master.svg
64
+
49
65
[ commit-convention-link ] : https://conventionalcommits.org
66
+
50
67
[ commit-convention-badge ] : https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
68
+
51
69
[ commitizen-link ] : http://commitizen.github.io/cz-cli/
70
+
52
71
[ commitizen-badge ] : https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
72
+
53
73
[ semantic-release-link ] : https://github.com/semantic-release/semantic-release
74
+
54
75
[ semantic-release-badge ] : https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
76
+
55
77
[ PRs-link ] : http://makeapullrequest.com
78
+
56
79
[ PRs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg
80
+
81
+ [ dependabot-link ] : https://dependabot.com/
82
+
83
+ [ dependabot-badge ] : https://badgen.net/dependabot/dsmjs/eslint-config-react/?icon=dependabot
0 commit comments