-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
75 lines (75 loc) · 1.86 KB
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"projectName": "eslint-plugin-no-explicit-type-exports",
"projectOwner": "intuit",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "kendallgassner",
"name": "Kendall Gassner",
"avatar_url": "https://avatars3.githubusercontent.com/u/15275462?v=4",
"profile": "https://github.com/kendallgassner",
"contributions": [
"code",
"doc",
"ideas",
"infra"
]
},
{
"login": "hipstersmoothie",
"name": "Andrew Lisowski",
"avatar_url": "https://avatars3.githubusercontent.com/u/1192452?v=4",
"profile": "https://github.com/hipstersmoothie",
"contributions": [
"doc"
]
},
{
"login": "Rashmi-K-A",
"name": "Rashmi K A",
"avatar_url": "https://avatars2.githubusercontent.com/u/39820442?v=4",
"profile": "https://github.com/Rashmi-K-A",
"contributions": [
"test"
]
},
{
"login": "rajatdiptabiswas",
"name": "Rajat Biswas",
"avatar_url": "https://avatars.githubusercontent.com/rajatdiptabiswas",
"profile": "https://github.com/rajatdiptabiswas",
"contributions": [
"code"
]
},
{
"login": "alexogeny",
"name": "alexogeny",
"avatar_url": "https://avatars.githubusercontent.com/u/6896115?v=4",
"profile": "https://github.com/alexogeny",
"contributions": [
"test",
"code"
]
},
{
"login": "DianaTdr",
"name": "Diana Toader",
"avatar_url": "https://avatars.githubusercontent.com/u/35532678?v=4",
"profile": "https://github.com/DianaTdr",
"contributions": [
"doc",
"test",
"code"
]
}
],
"contributorsPerLine": 7
}