generated from bradgarropy/eslint-config-bradgarropy
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
29 lines (29 loc) · 967 Bytes
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"projectName": "eslint-config",
"projectOwner": "bradgarropy",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["readme.md", "contributing.md"],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"skipCi": false,
"contributors": [
{
"login": "bradgarropy",
"name": "Brad Garropy",
"avatar_url": "https://avatars.githubusercontent.com/u/11336745?v=4",
"profile": "https://bradgarropy.com",
"contributions": ["code", "doc", "infra", "test"]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com",
"contributions": ["review", "tool"]
}
],
"commitType": "docs",
"commitConvention": "angular"
}