8000 chore: rename default branch to 'main' (#4171) · FDIM/typescript-eslint@2e2ff5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e2ff5d

Browse files
author
Josh Goldberg
authored
chore: rename default branch to 'main' (typescript-eslint#4171)
1 parent 6c3816b commit 2e2ff5d

Some content is hidden

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

60 files changed

+136
-136
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The more relevant information you can include, the faster we can find the issue
1515

1616
- [ ] I have tried restarting my IDE and the issue persists.
1717
- [ ] I have updated to the latest version of the packages.
18-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
18+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
1919

2020
**Repro**
2121

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ contact_links:
33
-
44
name: FAQ
55
about: Please check out our FAQ before filing new issues
6-
url: https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md
6+
url: https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md
77
-
88
name: Getting Started Guide
99
about: If you're looking for help setting up check out our getting started guide
10-
url: https://github.com/typescript-eslint/typescript-eslint/tree/master/docs/getting-started
10+
url: https://github.com/typescript-eslint/typescript-eslint/tree/main/docs/getting-started

.github/ISSUE_TEMPLATE/documentation-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The more relevant information you can include, the faster we can find the issue
1414
-->
1515

1616
- [ ] I have looked on [typescript-eslint.io](https://typescript-eslint.io).
17-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed.
17+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/FAQ.md) and my problem is not listed.
1818

1919
## Suggested Changes
2020

.github/ISSUE_TEMPLATE/eslint-plugin-tslint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the
2323

2424
- [ ] I have tried restarting my IDE and the issue persists.
2525
- [ ] I have updated to the latest version of the packages.
26-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
26+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
2727

2828
**Repro**
2929

.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Are you opening an issue because the rule you're trying to use is not found?
2222
1) Check the releases log: https://github.com/typescript-eslint/typescript-eslint/releases
2323
- If the rule isn't listed there, then chances are it hasn't been released to the main npm tag yet.
2424
2) Try installing the `canary` tag: `npm i @typescript-eslint/eslint-plugin@canary`.
25-
- The canary tag is built for every commit to master, so it contains the bleeding edge build.
25+
- The canary tag is built for every commit to main, so it contains the bleeding edge build.
2626
3) If ESLint still can't find the rule, then consider reporting an issue.
2727
-->
2828

2929
- [ ] I have tried restarting my IDE and the issue persists.
3030
- [ ] I have updated to the latest version of the packages.
31-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
31+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
3232

3333
**Repro**
3434

.github/ISSUE_TEMPLATE/eslint-plugin-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
value: |
1212
Before opening a new issue:
1313
- Look for existing [open or closed rule proposals](https://github.com/typescript-eslint/typescript-eslint/issues?q=label%3A%22enhancement%3A+new+base+rule+extension%22)
14-
- Look for [existing rules](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin)
14+
- Look for [existing rules](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin)
1515
- Ensure that the rule you want to propose is related to types. If not, consider looking into [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
1616
- type: textarea
1717
validations:

.github/ISSUE_TEMPLATE/typescript-eslint-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with a specific lint rule, please back out and select the
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-eslint-scope-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-eslint-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have a problem with the parser, please back out and select the `@typescri
2424

2525
- [ ] I have tried restarting my IDE and the issue persists.
2626
- [ ] I have updated to the latest version of the packages.
27-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
27+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
2828

2929
**Repro**
3030

.github/ISSUE_TEMPLATE/typescript-estree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have a problem with a specific lint rule, please back out and select the
2323

2424
- [ ] I have tried restarting my IDE and the issue persists.
2525
- [ ] I have updated to the latest version of the packages.
26-
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
26+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/main/docs/getting-started/linting/TROUBLESHOOTING.md) and my problem is not listed.
2727

2828
**Repro**
2929

0 commit comments

Comments
 (0)
0