Skip to content

Commit 698e610

Browse files
docs: credit JakeBailey
1 parent 12a15bf commit 698e610

File tree

2 files changed

+32
-34
lines changed

2 files changed

+32
-34
lines changed

.all-contributorsrc

+29-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
11
{
2-
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>",
3-
"commit": false,
4-
"commitConvention": "angular",
5-
"commitType": "docs",
6-
"contributors": [
7-
{
8-
"login": "JoshuaKGoldberg",
9-
"name": "Josh Goldberg ✨",
10-
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
11-
"profile": "http://www.joshuakgoldberg.com/",
12-
"contributions": [
13-
"code",
14-
"content",
15-
"doc",
16-
"ideas",
17-
"infra",
18-
"maintenance",
19-
"projectManagement",
20-
"tool"
21-
]
22-
}
23-
],
24-
"contributorsPerLine": 7,
25-
"contributorsSortAlphabetically": true,
26-
"files": [
27-
"README.md"
28-
],
29-
"imageSize": 100,
30-
"projectName": "performance",
31-
"projectOwner": "typescript-eslint",
32-
"repoHost": "https://github.com",
33-
"repoType": "github"
2+
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>",
3+
"commit": false,
4+
"commitConvention": "angular",
5+
"commitType": "docs",
6+
"contributors": [
7+
{
8+
"login": "JoshuaKGoldberg",
9+
"name": "Josh Goldberg ✨",
10+
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
11+
"profile": "http://www.joshuakgoldberg.com/",
12+
"contributions": ["ideas"]
13+
},
14+
{
15+
"login": "jakebailey",
16+
"name": "Jake Bailey",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/5341706?v=4",
18+
"profile": "https://jakebailey.dev/",
19+
"contributions": ["ideas"]
20+
}
21+
],
22+
"contributorsPerLine": 7,
23+
"contributorsSortAlphabetically": true,
24+
"files": ["README.md"],
25+
"imageSize": 100,
26+
"projectName": "performance",
27+
"projectOwner": "typescript-eslint",
28+
"repoHost": "https://github.com",
29+
"repoType": "github"
3430
}
31+

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">
66
<!-- prettier-ignore-start -->
77
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
8-
<a href="#contributors" target="_blank"><img alt="👪 All Contributors: 1" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-1-21bb42.svg" /></a>
8+
<a href="#contributors" target="_blank"><img alt="👪 All Contributors: 2" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-2-21bb42.svg" /></a>
99
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1010
<!-- prettier-ignore-end -->
1111
<a href="https://github.com/typescript-eslint/performance/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
@@ -127,7 +127,8 @@ Hyperfine measurements show a ~15-20% improvement in lint time:
127127
<table>
128128
<tbody>
129129
<tr>
130-
<td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="https://github.com/typescript-eslint/performance/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="https://github.com/typescript-eslint/performance/commits?author=JoshuaKGoldberg" title="Documentation">📖</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a></td>
130+
<td align="center" valign="top" width="14.28%"><a href="https://jakebailey.dev/"><img src="https://avatars.githubusercontent.com/u/5341706?v=4?s=100" width="100px;" alt="Jake Bailey"/><br /><sub><b>Jake Bailey</b></sub></a><br /><a href="#ideas-jakebailey" title="Ideas, Planning, & Feedback">🤔</a></td>
131+
<td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a></td>
131132
</tr>
132133
</tbody>
133134
</table>

0 commit comments

Comments
 (0)