Skip to content

Commit 02e6bbf

Browse files
zzfnFloEdelmann
andauthored
Update links to GitHub repos with changed main branch name (#2412)
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent bdddc98 commit 02e6bbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/user-guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ If you are using JSX, you need to enable JSX in your ESLint configuration.
318318
See also [ESLint - Specifying Parser Options](https://eslint.org/docs/user-guide/configuring#specifying-parser-options).
319319

320320
The same configuration is required when using JSX with TypeScript (TSX) in the `.vue` file.
321-
See also [here](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#parseroptionsecmafeaturesjsx).
321+
See also [here](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/README.md#parseroptionsecmafeaturesjsx).
322322
Note that you cannot use angle-bracket type assertion style (`var x = <foo>bar;`) when using `jsx: true`.
323323

324324
### Trouble with Visual Studio Code

typings/eslint-plugin-vue/util-types/ast/jsx-ast.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @see https://github.com/facebook/jsx/blob/master/AST.md
3-
* @see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/ts-estree/ts-estree.ts
2+
* @see https://github.com/facebook/jsx/blob/main/AST.md
3+
* @see https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/src/ts-estree/ts-estree.ts
44
*/
55
import { HasParentNode } from '../node'
66
import * as ES from './es-ast'

typings/eslint-plugin-vue/util-types/ast/ts-ast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/ts-estree/ts-estree.ts
2+
* @see https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/src/ts-estree/ts-estree.ts
33
*/
44
import { HasParentNode } from '../node'
55
import * as ES from './es-ast'

0 commit comments

Comments
 (0)