chore: remove references to upstream master branches (#7412)

Chromium had its branch renamed to `main`, and for other projects we can just point to the `HEAD`.
This commit is contained in:
Mathias Bynens
2021-09-14 17:02:39 +02:00
committed by GitHub
parent d132b8b041
commit 686030fe0d
8 changed files with 11 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ module.exports = {
'@typescript-eslint/ban-ts-ignore': 0,
/**
* This is the default options (as per
* https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/ban-types.md),
* https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/docs/rules/ban-types.md),
*
* Unfortunately there's no way to
*/