Skip to content

Commit 9726349

Browse files
authored
chore: rename default branch to main (#710)
1 parent 6fd7ba1 commit 9726349

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"commit": false,
1010
"linked": [],
1111
"access": "public",
12-
"baseBranch": "master",
12+
"baseBranch": "main",
1313
"updateInternalDependencies": "patch",
1414
"ignore": []
1515
}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eslint-plugin-prettier [![Build Status](https://github.com/prettier/eslint-plugin-prettier/workflows/CI/badge.svg?branch=master)](https://github.com/prettier/eslint-plugin-prettier/actions?query=workflow%3ACI+branch%3Amaster)
1+
# eslint-plugin-prettier [![Build Status](https://github.com/prettier/eslint-plugin-prettier/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/prettier/eslint-plugin-prettier/actions?query=workflow%3ACI+branch%3Amain)
22

33
Runs [Prettier](https://github.com/prettier/prettier) as an [ESLint](https://eslint.org) rule and reports differences as individual ESLint issues.
44

@@ -191,7 +191,7 @@ If you’re fixing large of amounts of previously unformatted code, consider tem
191191

192192
## Contributing
193193

194-
See [CONTRIBUTING.md](https://github.com/prettier/eslint-plugin-prettier/blob/master/CONTRIBUTING.md)
194+
See [CONTRIBUTING.md](https://github.com/prettier/eslint-plugin-prettier/blob/main/CONTRIBUTING.md)
195195

196196
## Changelog
197197

worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ runAsWorker(
102102
// it could be processed by `@graphql-eslint/eslint-plugin` or `eslint-plugin-graphql`
103103
case 'graphql': {
104104
if (
105-
// for `eslint-plugin-graphql`, see https://github.com/apollographql/eslint-plugin-graphql/blob/master/src/index.js#L416
105+
// for `eslint-plugin-graphql`, see https://github.com/apollographql/eslint-plugin-graphql/blob/64c524cd6607358803d5fcb7cead0a383a125ccb/src/index.js#L416
106106
source.startsWith('ESLintPluginGraphQLFile`')
107107
) {
108108
inferParserToBabel = true;

0 commit comments

Comments
 (0)