From 03dde5cafe06a69f720868e4d9dc758b84aafd9b Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 4 Apr 2021 12:37:51 +0200 Subject: [PATCH] From `master` to `main` Adapted to the default branch renaming from `master` to `main` [1] like documented in detail in the main task issue arcticicestudio/styleguide-git#11 [2]. [1]: https://github.com/github/renaming [2]: https://github.com/arcticicestudio/styleguide-git/issues/11 Co-authored-by: Sven Greb Subtask of arcticicestudio/styleguide-git#11 GH-45 --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bugs.md | 6 ++-- .github/ISSUE_TEMPLATE/enhancement.md | 6 ++-- .github/PULL_REQUEST_TEMPLATE.md | 6 ++-- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 16 +++++----- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 24 +++++++------- README.md | 32 +++++++++---------- .../eslint-config-base/README.md | 8 ++--- .../eslint-config-typescript/README.md | 10 +++--- .../@arcticicestudio/eslint-config/README.md | 8 ++--- 12 files changed, 61 insertions(+), 61 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index af717f0..90f5733 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## [Please follow one of the issue templates](https://github.com/arcticicestudio/styleguide-javascript/issues/new/choose) diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index 3e84e8f..bca532a 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -5,7 +5,7 @@ about: Report a bug that is caused by the code in this repository -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## Prerequisites @@ -14,7 +14,7 @@ This section and the instructions in the sections below are only part of this is Please do your best to provide as much information as possible and use a clear and descriptive title for your bug report to help maintainers and the community understand and reproduce the behavior, find related reports and to resolve the ticket faster. - **Ensure the bug has not already been reported by using the [GitHub Issues search](https://github.com/arcticicestudio/styleguide-javascript/issues)** — check if this enhancement has already been suggested. If it has **and the issue is still open**, add your additions as comment to the existing issue instead of opening a new one. If you find a closed issue that seems to be similar to this one, include a link to the original issue in the [metadata head](#metadata-head) section of this issue. -- **Ensure the bug is reproducible and has not already been fixed** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`master`](https://github.com/arcticicestudio/styleguide-javascript/tree/master) branch. +- **Ensure the bug is reproducible and has not already been fixed** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`main`](https://github.com/arcticicestudio/styleguide-javascript/tree/main) branch. ## Metadata Head @@ -42,7 +42,7 @@ What actually happens? ## Example -Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#mcve) +Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#mcve) **This is a optional section, but it can drastically increase the speed at which this issue can be processed since it takes away the time-consuming reconstruction to reproduce the bug.** The recommended way is to upload it as [Gist](https://gist.github.com) or new repository to GitHub, but of course you can [attach it to this issue](https://docs.github.com/en/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests), use any free file hosting service or paste the code in [Markdown code blocks](https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax) into this issue. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 6878902..a1606a3 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -5,7 +5,7 @@ about: Submit an enhancement suggestion for new features or minor improvements t -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md) before filling out this issue template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md) before filling out this issue template**. ## Prerequisites @@ -14,7 +14,7 @@ This section and the instructions in the sections below are only part of this is Please do your best to provide as much information as possible and use a clear and descriptive title for your enhancement suggestion to help maintainers and the community understand and reproduce the behavior, find related reports and to resolve the ticket faster. - **Ensure the enhancement has not already been reported by using the [GitHub Issues search](https://github.com/arcticicestudio/styleguide-javascript/issues)** — check if this enhancement has already been suggested. If it has **and the issue is still open**, add your additions as comment to the existing issue instead of opening a new one. If you find a closed issue that seems to be similar to this one, include a link to the original issue in the [metadata head](#metadata-head) section of this issue. -- **Check if the enhancement has already been implemented** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`master`](https://github.com/arcticicestudio/styleguide-javascript/tree/master) branch to ensure that the feature or improvement has not already been added. +- **Check if the enhancement has already been implemented** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`main`](https://github.com/arcticicestudio/styleguide-javascript/tree/main) branch to ensure that the feature or improvement has not already been added. ## Metadata Head @@ -40,7 +40,7 @@ If you've considered alternative features or solutions please describe it clearl ## Example -Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#mcve) +Provide a [MCVE - The Minimal, Complete, and Verifiable Example](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#mcve) **This is a optional section, but it can drastically increase the speed at which this issue can be processed since it takes away the time-consuming reconstruction to reproduce the enhancement.** The recommended way is to upload it as [Gist](https://gist.github.com) or new repository to GitHub, but of course you can [attach it to this issue](https://docs.github.com/en/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests), use any free file hosting service or paste the code in [Markdown code blocks](https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax) into this issue. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7876aca..e5bb898 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md) before filling out this pull request template**. +> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md) before filling out this pull request template**. ## Prerequisites @@ -9,8 +9,8 @@ This section and the instructions in the sections below are only part of this pu Please do your best to provide as much information as possible and use a clear and descriptive title for your enhancement suggestion or bug fix to help maintainers and the community understand and reproduce the behavior, find related pull requests and to merge it faster. - **Ensure the pull request has not already been submitted by using the [GitHub Pull Request search](https://github.com/arcticicestudio/styleguide-javascript/pulls)** — check if this enhancement or bug fix has already been suggested. If it has **and the pull request is still open**, add your additions as comment or [suggest a change](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request#applying-a-suggested-change) to the existing pull request instead of opening a new one. If you find a closed pull request that seems to be similar to this one, include a link to the original pull request in the [metadata head](#metadata-head) section of this new pull request. -- **Ensure to adhere to the [pull request contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#pull-requests)**, especially the one for tests and documentations. -- **Check if the enhancement has already been implemented or bug already fixed** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`master`](https://github.com/arcticicestudio/styleguide-javascript/tree/master) branch to ensure that the enhancement or bug fix has not already been added. +- **Ensure to adhere to the [pull request contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#pull-requests)**, especially the one for tests and documentations. +- **Check if the enhancement has already been implemented or bug already fixed** — use the [latest version](https://github.com/arcticicestudio/styleguide-javascript/releases/latest) and [`main`](https://github.com/arcticicestudio/styleguide-javascript/tree/main) branch to ensure that the enhancement or bug fix has not already been added. ## Metadata Head diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1facfae..c460ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: ci on: push: branches: - - master + - main tags: - v* pull_request: diff --git a/CHANGELOG.md b/CHANGELOG.md index d219143..c0497a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -

+

@@ -213,7 +213,7 @@ Actually I'm not a supporter when it comes to [monorepos][trbdev-monorepo] and n - **No more assignment of commits to single modules** — Like described in the bullet point above, commit can contain changes to multiple modules, it is harder to detect which commit targeted a specific module. - **Steeper learning curve for new contributors** — In a dedicated repository that only hosts a specific module it is easier for new developers to contribute to the project, but in a monorepo they might need to change code in multiple places within other modules or the root code/documentation of the entire project. - **Uniform version number** — In order to keep conform to [SemVer][], the entire project must use a uniform version number. This means that a module that has not been changed since the last version must also be incremented in order to keep compatible with the other modules. - Using different version numbers prefixed/suffixed with an individual version number **is a not go**, **increases the maintenance overhead** and **and drastically reduces the project overview and quality**! This would result in multiple Git tags on the `master` branch as well as “empty” changelogs and release notes with placeholder logs that only refer to changes of other modules. + Using different version numbers prefixed/suffixed with an individual version number **is a not go**, **increases the maintenance overhead** and **and drastically reduces the project overview and quality**! This would result in multiple Git tags on the `main` branch as well as “empty” changelogs and release notes with placeholder logs that only refer to changes of other modules. #### Project Future @@ -827,7 +827,7 @@ More details can also be found in the initially published ~~[project documentati

Copyright © 2018-present Arctic Ice Studio and Sven Greb

-

+

@@ -170,17 +170,17 @@ Every significant change is documented in the [changelog][gh-changelog]. Thanks for the inspirations and attributions to GitHub's [Open Source Guides][os-guide] and various contribution guides of large open source projects like [Atom][gh-atom-contrib], [React][react-contrib] and [Ruby on Rails][ruby-on-rails-contrib]. [gh-atom-contrib]: https://github.com/atom/atom/blob/master/CONTRIBUTING.md -[gh-branch-master]: https://github.com/arcticicestudio/styleguide-javascript/tree/master -[gh-changelog]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CHANGELOG.md -[gh-coc]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CODE_OF_CONDUCT.md +[gh-branch-main]: https://github.com/arcticicestudio/styleguide-javascript/tree/main +[gh-changelog]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CHANGELOG.md +[gh-coc]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CODE_OF_CONDUCT.md [gh-gist]: https://gist.github.com [gh-issues-label-question]: https://github.com/arcticicestudio/styleguide-javascript/labels/type-question -[gh-issues-template-bug]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/.github/ISSUE_TEMPLATE/bugs.md -[gh-issues-template-enhancement]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/.github/ISSUE_TEMPLATE/enhancement.md -[gh-issues-template-pr]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/.github/PULL_REQUEST_TEMPLATE.md +[gh-issues-template-bug]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/.github/ISSUE_TEMPLATE/bugs.md +[gh-issues-template-enhancement]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/.github/ISSUE_TEMPLATE/enhancement.md +[gh-issues-template-pr]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/.github/PULL_REQUEST_TEMPLATE.md [gh-issues-templates]: https://github.com/arcticicestudio/styleguide-javascript/issues/new/choose [gh-issues]: https://github.com/arcticicestudio/styleguide-javascript/issues -[gh-mailmap]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/.mailmap +[gh-mailmap]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/.mailmap [gh-pr]: https://github.com/arcticicestudio/styleguide-javascript/pulls [gh-releases-latest]: https://github.com/arcticicestudio/styleguide-javascript/releases/latest [gh-styleguide-git]: https://github.com/arcticicestudio/styleguide-git diff --git a/README.md b/README.md index fd24fa2..c02a954 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

+

The Arctic Ice Studio JavaScript code style based on the Airbnb JavaScript Style Guide.

-

+

@@ -32,7 +32,7 @@ The guide also includes information about [minimal, complete, and verifiable exa

Copyright © 2018-present Arctic Ice Studio and Sven Greb

-

+

[docs-r-ecma6]: https://arcticicestudio.github.io/styleguide-javascript/rules/ecmascript_6+_styles.html [docs-r-react-order#meth_props]: https://arcticicestudio.github.io/styleguide-javascript/rules/react/ordering.html#component-methods-and-properties @@ -42,19 +42,19 @@ The guide also includes information about [minimal, complete, and verifiable exa [docs-rules-react-hoc]: https://arcticicestudio.github.io/styleguide-javascript/rules/react/higher_order_components.html [docs]: https://arcticicestudio.github.io/styleguide-javascript [eslint]: https://eslint.org -[gh-b-contrib]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md -[gh-b-contrib#bug]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#bug-reports -[gh-b-contrib#enhance]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#enhancement-suggestions -[gh-b-contrib#help_fb]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#give-feedback-on-issues-and-pull-requests -[gh-b-contrib#help_issues]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#improve-issues -[gh-b-contrib#mcve]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#mcve -[gh-b-contrib#pr]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#pull-requests -[gh-b-contrib#stgs]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#style-guides -[gh-b-contrib#vcs]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#branch-organization -[gh-b-contrib#ver]: https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md#versioning -[gh-t-pkg-esl-conf-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config-base -[gh-t-pkg-esl-conf]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config -[gh-t-pkg-esl-ts]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config-typescript +[gh-b-contrib]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md +[gh-b-contrib#bug]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#bug-reports +[gh-b-contrib#enhance]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#enhancement-suggestions +[gh-b-contrib#help_fb]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#give-feedback-on-issues-and-pull-requests +[gh-b-contrib#help_issues]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#improve-issues +[gh-b-contrib#mcve]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#mcve +[gh-b-contrib#pr]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#pull-requests +[gh-b-contrib#stgs]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#style-guides +[gh-b-contrib#vcs]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#branch-organization +[gh-b-contrib#ver]: https://github.com/arcticicestudio/styleguide-javascript/blob/main/CONTRIBUTING.md#versioning +[gh-t-pkg-esl-conf-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config-base +[gh-t-pkg-esl-conf]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config +[gh-t-pkg-esl-ts]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config-typescript [npm-eslint-plugin-jsx-a11y]: https://www.npmjs.com/package/eslint-plugin-jsx-a11y [prettier]: https://prettier.io [react]: https://reactjs.org diff --git a/packages/@arcticicestudio/eslint-config-base/README.md b/packages/@arcticicestudio/eslint-config-base/README.md index fb6a499..5cfc0ab 100644 --- a/packages/@arcticicestudio/eslint-config-base/README.md +++ b/packages/@arcticicestudio/eslint-config-base/README.md @@ -1,8 +1,8 @@ -

+

The Arctic Ice Studio JavaScript Style Guide base rules as an extensible shared ESLint configuration.

-

+

@@ -122,7 +122,7 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti

Copyright © 2018-present Arctic Ice Studio and Sven Greb

-

+

[esl-docs-conf_share]: https://eslint.org/docs/developer-guide/shareable-configs [esl-docs-config#ext_conf]: https://eslint.org/docs/user-guide/configuring#extending-configuration-files @@ -139,7 +139,7 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti [gh-remarkjs/remark-lint]: https://github.com/remarkjs/remark-lint [gh-stg-b-readme#contrib]: https://github.com/arcticicestudio/styleguide-javascript#contributing [gh-stg-repo]: https://github.com/arcticicestudio/styleguide-javascript -[gh-t-pkg-esl]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config +[gh-t-pkg-esl]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config [mdn-js-export]: https://developer.mozilla.org/en-US/docs/web/javascript/reference/statements/export [mdn-js-import]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import [node-blog-peer_deps]: https://nodejs.org/en/blog/npm/peer-dependencies diff --git a/packages/@arcticicestudio/eslint-config-typescript/README.md b/packages/@arcticicestudio/eslint-config-typescript/README.md index 29b6cac..e3e0d7b 100644 --- a/packages/@arcticicestudio/eslint-config-typescript/README.md +++ b/packages/@arcticicestudio/eslint-config-typescript/README.md @@ -1,8 +1,8 @@ -

+

The Arctic Ice Studio JavaScript style guide rules with support for TypeScript as an extensible ESLint configuration.

-

+

@@ -148,7 +148,7 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti

Copyright © 2018-present Arctic Ice Studio and Sven Greb

-

+

[esl-d-conf_share]: https://eslint.org/docs/developer-guide/shareable-configs [esl-d-config#ext_conf]: https://eslint.org/docs/user-guide/configuring#extending-configuration-files @@ -169,8 +169,8 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti [gh-remarkjs/remark-lint]: https://github.com/remarkjs/remark-lint [gh-stg-b-readme#contrib]: https://github.com/arcticicestudio/styleguide-javascript#contributing [gh-stg-repo]: https://github.com/arcticicestudio/styleguide-javascript -[gh-t-pkg-esl-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config-base -[gh-t-pkg-esl]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config +[gh-t-pkg-esl-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config-base +[gh-t-pkg-esl]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config [gh-ts]: https://github.com/microsoft/TypeScript [node-blog-peer_deps]: https://nodejs.org/en/blog/npm/peer-dependencies [node-dist-index]: https://nodejs.org/dist/index.json diff --git a/packages/@arcticicestudio/eslint-config/README.md b/packages/@arcticicestudio/eslint-config/README.md index 3018bea..82befe5 100644 --- a/packages/@arcticicestudio/eslint-config/README.md +++ b/packages/@arcticicestudio/eslint-config/README.md @@ -1,8 +1,8 @@ -

+

The Arctic Ice Studio JavaScript Style Guide rules with support for React as an extensible ESLint configuration.

-

+

@@ -120,7 +120,7 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti

Copyright © 2018-present Arctic Ice Studio and Sven Greb

-

+

[esl-d-conf_share]: https://eslint.org/docs/developer-guide/shareable-configs [esl-d-config#ext_conf]: https://eslint.org/docs/user-guide/configuring#extending-configuration-files @@ -134,7 +134,7 @@ Please read the [contribution guidelines][gh-stg-b-readme#contrib] of the [Arcti [gh-remarkjs/remark-lint]: https://github.com/remarkjs/remark-lint [gh-stg-b-readme#contrib]: https://github.com/arcticicestudio/styleguide-javascript#contributing [gh-stg-repo]: https://github.com/arcticicestudio/styleguide-javascript -[gh-t-pkg-esl-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/master/packages/@arcticicestudio/eslint-config-base +[gh-t-pkg-esl-base]: https://github.com/arcticicestudio/styleguide-javascript/tree/main/packages/@arcticicestudio/eslint-config-base [node-blog-peer_deps]: https://nodejs.org/en/blog/npm/peer-dependencies [node-dist-index]: https://nodejs.org/dist/index.json [node-dist-v8-latest]: https://nodejs.org/dist/latest-v8.x