Skip to content

Commit

Permalink
Update links to GitHub repos with changed main branch name (#2412)
Browse files Browse the repository at this point in the history
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
  • Loading branch information
zzfn and FloEdelmann committed Feb 28, 2024
1 parent bdddc98 commit 02e6bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ If you are using JSX, you need to enable JSX in your ESLint configuration.
See also [ESLint - Specifying Parser Options](https://eslint.org/docs/user-guide/configuring#specifying-parser-options).

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

### Trouble with Visual Studio Code
Expand Down
4 changes: 2 additions & 2 deletions typings/eslint-plugin-vue/util-types/ast/jsx-ast.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @see https://github.com/facebook/jsx/blob/master/AST.md
* @see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/ts-estree/ts-estree.ts
* @see https://github.com/facebook/jsx/blob/main/AST.md
* @see https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/src/ts-estree/ts-estree.ts
*/
import { HasParentNode } from '../node'
import * as ES from './es-ast'
Expand Down
2 changes: 1 addition & 1 deletion typings/eslint-plugin-vue/util-types/ast/ts-ast.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/ts-estree/ts-estree.ts
* @see https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/src/ts-estree/ts-estree.ts
*/
import { HasParentNode } from '../node'
import * as ES from './es-ast'
Expand Down

0 comments on commit 02e6bbf

Please sign in to comment.