8000 docs(*): switch from @author comments to all-contributors · macklinu/typescript-eslint@6ca9005 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ca9005

Browse files
committed
docs(*): switch from @author comments to all-contributors
1 parent 5f6c1ed commit 6ca9005

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+234
-325
lines changed

.all-contributorsrc

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"projectName": "typescript-eslint",
3+
"projectOwner": "typescript-eslint",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"contributors": [
12+
{
13+
"login": "bradzacher",
14+
"name": "Brad Zacher",
15+
"avatar_url": "https://avatars1.githubusercontent.com/u/7462525?v=4",
16+
"profile": "https://zacher.com.au",
17+
"contributions": [
18+
"maintenance",
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "JamesHenry",
24+
"name": "James Henry",
25+
"avatar_url": "https://avatars1.githubusercontent.com/u/900523?v=4",
26+
"profile": "https://jameshenry.blog",
27+
"contributions": [
28+
"maintenance",
29+
"code"
30+
]
31+
},
32+
{
33+
"login": "armano2",
34+
"name": "Armano",
35+
"avatar_url": "https://avatars1.githubusercontent.com/u/625469?v=4",
36+
"profile": "https://github.com/armano2",
37+
"contributions": [
38+
"maintenance",
39+
"code"
40+
]
41+
},
42+
{
43+
"login": "j-f1",
44+
"name": "Jed Fox",
45+
"avatar_url": "https://avatars2.githubusercontent.com/u/25517624?v=4",
46+
"profile": "https://j-f1.github.io",
47+
"contributions": [
48+
"maintenance",
49+
"code"
50+
]
51+
},
52+
{
53+
"login": "uniqueiniquity",
54+
"name": "Benjamin Lichtman",
55+
"avatar_url": "https://avatars1.githubusercontent.com/u/9092011?v=4",
56+
"profile": "https://github.com/uniqueiniquity",
57+
"contributions": [
58+
"code"
59+
]
60+
},
61+
{
62+
"login": "JoshuaKGoldberg",
63+
"name": "Josh Goldberg",
64+
"avatar_url": "https://avatars1.githubusercontent.com/u/3335181?v=4",
65+
"profile": "http://www.joshuakgoldberg.com",
66+
"contributions": [
67+
"code"
68+
]
69+
},
70+
{
71+
"login": "lukyth",
72+
"name": "Kanitkorn Sujautra",
73+
"avatar_url": "https://avatars3.githubusercontent.com/u/7040242?v=4",
74+
"profile": "https://github.com/lukyth",
75+
"contributions": [
76+
"code"
77+
]
78+
},
79+
{
80+
"login": "weirdpattern",
81+
"name": "Patricio Trevino",
82+
"avatar_url": "https://avatars0.githubusercontent.com/u/19519411?v=4",
83+
"profile": "https://www.weirdpattern.com",
84+
"contributions": [
85+
"code"
86+
]
87+
},
88+
{
89+
"login": "kaicataldo",
90+
"name": "Kai Cataldo",
91+
"avatar_url": "https://avatars2.githubusercontent.com/u/7041728?v=4",
92+
"profile": "https://github.com/kaicataldo",
93+
"contributions": [
94+
"code"
95+
]
96+
},
97+
{
98+
"login": "mysticatea",
99+
"name": "Toru Nagashima",
100+
"avatar_url": "https://avatars2.githubusercontent.com/u/1937871?v=4",
101+
"profile": "https://plus.google.com/u/0/+ToruNagashimax/",
102+
"contributions": [
103+
"code"
104+
]
105+
},
106+
{
107+
"login": "platinumazure",
108+
"name": "Kevin Partington",
109+
"avatar_url": "https://avatars0.githubusercontent.com/u/284282?v=4",
110+
"profile": "https://github.com/platinumazure",
111+
"contributions": [
112+
"code"
113+
]
114+
},
115+
{
116+
"login": "macklinu",
117+
"name": "mackie",
118+
"avatar_url": "https://avatars1.githubusercontent.com/u/2344137?v=4",
119+
"profile": "https://mackie.world",
120+
"contributions": [
121+
"code"
122+
]
123+
},
124+
{
125+
"login": "g-plane",
126+
"name": "Pig Fang",
127+
"avatar_url": "https://avatars1.githubusercontent.com/u/17216317?v=4",
128+
"profile": "https://gplane.win",
129+
"contributions": [
130+
"code"
131+
]
132+
},
133+
{
134+
"login": "ikatyang",
135+
"name": "Ika",
136+
"avatar_url": "https://avatars1.githubusercontent.com/u/8341033?v=4",
137+
"profile": "https://twitter.com/ikatyang_",
138+
"contributions": [
139+
"code"
140+
]
141+
},
142+
{
143+
"login": "43081j",
144+
"name": "James Garbutt",
145+
"avatar_url": "https://avatars1.githubusercontent.com/u/5677153?v=4",
146+
"profile": "http://43081j.com/",
147+
"contributions": [
148+
"code"
149+
]
150+
}
151+
],
152+
"contributorsPerLine": 7
153+
}

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,15 @@ COMING SOON!
5959
## License
6060

6161
TypeScript ESLint inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license.
62+
63+
## Contributors
64+
65+
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
66+
Use `yarn all-contributors add <github-name> code && yarn all-contributors generate` to add yourself.
67+
68+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
69+
<!-- prettier-ignore -->
70+
<table cellspacing="0" cellpadding="1"><tr><td><a href="https://zacher.com.au"><img src="https://avatars1.githubusercontent.com/u/7462525?v=4" width="100px;" height="100px;" alt="Brad Zacher"/><br /><sub><b>Brad Zacher</b></sub></a><br /><a href="#maintenance-bradzacher" title="Maintenance">🚧</a> <a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=bradzacher" title="Code">💻</a></td><td><a href="https://jameshenry.blog"><img src="https://avatars1.githubusercontent.com/u/900523?v=4" width 10000 ="100px;" height="100px;" alt="James Henry"/><br /><sub><b>James Henry</b></sub></a><br /><a href="#maintenance-JamesHenry" title="Maintenance">🚧</a> <a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=JamesHenry" title="Code">💻</a></td><td><a href="https://github.com/armano2"><img src="https://avatars1.githubusercontent.com/u/625469?v=4" width="100px;" height="100px;" alt="Armano"/><br /><sub><b>Armano</b></sub></a><br /><a href="#maintenance-armano2" title="Maintenance">🚧</a> <a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=armano2" title="Code">💻</a></td><td><a href="https://j-f1.github.io"><img src="https://avatars2.githubusercontent.com/u/25517624?v=4" width="100px;" height="100px;" alt="Jed Fox"/><br /><sub><b>Jed Fox</b></sub></a><br /><a href="#maintenance-j-f1" title="Maintenance">🚧</a> <a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=j-f1" title="Code">💻</a></td><td><a href="https://github.com/uniqueiniquity"><img src="https://avatars1.githubusercontent.com/u/9092011?v=4" width="100px;" height="100px;" alt="Benjamin Lichtman"/><br /><sub><b>Benjamin Lichtman</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=uniqueiniquity" title="Code">💻</a></td><td><a href="http://www.joshuakgoldberg.com"><img src="https://avatars1.githubusercontent.com/u/3335181?v=4" width="100px;" height="100px;" alt="Josh Goldberg"/><br /><sub><b>Josh Goldberg</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=JoshuaKGoldberg" title="Code">💻</a></td><td><a href="https://github.com/lukyth"><img src="https://avatars3.githubusercontent.com/u/7040242?v=4" width="100px;" height="100px;" alt="Kanitkorn Sujautra"/><br /><sub><b>Kanitkorn Sujautra</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=lukyth" title="Code">💻</a></td></tr><tr><td><a href="https://www.weirdpattern.com"><img src="https://avatars0.githubusercontent.com/u/19519411?v=4" width="100px;" height="100px;" alt="Patricio Trevino"/><br /><sub><b>Patricio Trevino</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=weirdpattern" title="Code">💻</a></td><td><a href="https://github.com/kaicataldo"><img src="https://avatars2.githubusercontent.com/u/7041728?v=4" width="100px;" height="100px;" alt="Kai Cataldo"/><br /><sub><b>Kai Cataldo</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=kaicataldo" title="Code">💻</a></td><td><a href="https://plus.google.com/u/0/+ToruNagashimax/"><img src="https://avatars2.githubusercontent.com/u/1937871?v=4" width="100px;" height="100px;" alt="Toru Nagashima"/><br /><sub><b>Toru Nagashima</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=mysticatea" title="Code">💻</a></td><td><a href="https://github.com/platinumazure"><img src="https://avatars0.githubusercontent.com/u/284282?v=4" width="100px;" height="100px;" alt="Kevin Partington"/><br /><sub><b>Kevin Partington</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=platinumazure" title="Code">💻</a></td><td><a href="https://mackie.world"><img src="https://avatars1.githubusercontent.com/u/2344137?v=4" width="100px;" height="100px;" alt="mackie"/><br /><sub><b>mackie</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=macklinu" title="Code">💻</a></td><td><a href="https://gplane.win"><img src="https://avatars1.githubusercontent.com/u/17216317?v=4" width="100px;" height="100px;" alt="Pig Fang"/><br /><sub><b>Pig Fang</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=g-plane" title="Code">💻</a></td><td><a href="https://twitter.com/ikatyang_"><img src="https://avatars1.githubusercontent.com/u/8341033?v=4" width="100px;" height="100px;" alt="Ika"/><br /><sub><b>Ika</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=ikatyang" title="Code">💻</a></td></tr><tr><td><a href="http://43081j.com/"><img src="https://avatars1.githubusercontent.com/u/5677153?v=4" width="100px;" height="100px;" alt="James Garbutt"/><br /><sub><b>James Garbutt</b></sub></a><br /><a href="https://github.com/typescript-eslint/typescript-eslint/commits?author=43081j" title="Code">💻</a></td></tr></table>
71+
<!-- ALL-CONTRIBUTORS-LIST:END -->
72+
73+
Use `yarn all-contributors add <github-name> code && yarn all-contributors generate` to add yourself.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@types/lodash.unescape": "^4.0.4",
5757
"@types/node": "^10.12.2",
5858
"@types/semver": "^5.5.0",
59+
"all-contributors-cli": "^6.0.0",
5960
"cz-conventional-changelog": "2.1.0",
6061
"eslint": "^5.12.1",
6162
"eslint-plugin-eslint-plugin": "^2.0.1",

packages/eslint-plugin/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview TypeScript plugin for ESLint
3-
* @author Nicholas C. Zakas
4-
*/
5-
61
import requireIndex from 'requireindex';
72
import path from 'path';
83

packages/eslint-plugin/src/rules/adjacent-overload-signatures.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview Enforces member overloads to be consecutive.
3-
* @author Patricio Trevino
4-
*/
5-
61
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree';
72
import * as util from '../util';
83

packages/eslint-plugin/src/rules/array-type.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/**
2-
* @fileoverview Requires using either `T[]` or `Array<T>` for arrays.
3-
* @author Mackie Underdown
4-
* @author Armano <https://github.com/armano2>
5-
*/
6-
71
import {
82
AST_NODE_TYPES,
93
AST_TOKEN_TYPES,

packages/eslint-plugin/src/rules/ban-types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview Enforces that types will not to be used
3-
* @author Armano <https://github.com/armano2>
4-
*/
5-
61
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree';
72
import { ReportFixFunction } from 'ts-eslint';
83
import * as util from '../util';

packages/eslint-plugin/src/rules/camelcase.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview Rule to flag non-camelcased identifiers
3-
* @author Patricio Trevino
4-
*/
5-
61
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree';
72
import baseRule from 'eslint/lib/rules/camelcase';
83
import * as util from '../util';

packages/eslint-plugin/src/rules/class-name-casing.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/**
2-
* @fileoverview Enforces PascalCased class and interface names.
3-
* @author Jed Fox
4-
* @author Armano <https://github.com/armano2>
5-
*/
6-
71
import * as util from '../util';
82
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree';
93

packages/eslint-plugin/src/rules/explicit-function-return-type.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @fileoverview Enforces explicit return type for functions
3-
* @author Scott O'Hara
4-
*/
5-
61
import { TSESTree, AST_NODE_TYPES } from '@typescript-eslint/typescript-estree';
72
import * as util from '../util';
83

0 commit comments

Comments
 (0)
0