Skip to content

chore: replace custom CONTRIBUTORS.md with GitHub's graphs/contributors #11341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
".vscode/*.json",
"**/*.{json,snap}",
"**/**/CHANGELOG.md",
"**/**/CONTRIBUTORS.md",
"**/**/TSLINT_RULE_ALTERNATIVES.md",
"**/coverage/**",
"**/dist/**",
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
**/.vscode
**/.nyc_output
**/.vs
CONTRIBUTORS.md

.yarn/plugins
.yarn/releases
Expand Down
99 changes: 0 additions & 99 deletions CONTRIBUTORS.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This project exists thanks to the awesome people who contribute code and documen

<a href="https://github.com/typescript-eslint/typescript-eslint/graphs/contributors"><img alt="Gallery of all contributors' profile photos" src="https://opencollective.com/typescript-eslint/contributors.svg?width=890&button=false" /></a>

🙏 An extra special thanks goes out to the wonderful people listed in [`CONTRIBUTORS.md`](./CONTRIBUTORS.md)
🙏 An extra special thanks goes out to the wonderful people listed in <https://github.com/typescript-eslint/typescript-eslint/graphs/contributors>.

## Financial Contributors

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"format": "prettier --ignore-path=$PROJECT_CWD/.prettierignore --config=$PROJECT_CWD/.prettierrc.json --write $INIT_CWD",
"generate-breaking-changes": "nx run eslint-plugin:generate-breaking-changes",
"generate-configs": "tsx tools/scripts/generate-configs.mts",
"generate-contributors": "tsx tools/scripts/generate-contributors.mts",
"generate-lib": "tsx tools/scripts/generate-lib.mts",
"generate-sponsors": "tsx tools/scripts/generate-sponsors.mts",
"generate-website-dts": "nx run website:generate-website-dts",
Expand Down Expand Up @@ -123,7 +122,6 @@
"name": "repo",
"includedScripts": [
"generate-configs",
"generate-contributors",
"generate-lib",
"generate-sponsors"
],
Expand Down
186 changes: 0 additions & 186 deletions tools/scripts/generate-contributors.mts

This file was deleted.