Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add custom ts parser for vue projects #136

Merged
merged 1 commit into from
Jul 12, 2024
Merged

fix: Add custom ts parser for vue projects #136

merged 1 commit into from
Jul 12, 2024

Conversation

aladdin-add
Copy link
Member

This commit modifies the ESLint config generator to add a custom parser for TypeScript files when the language option is set to "typescript". This change is necessary to ensure proper linting of Vue files with TypeScript code.

refs: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser

This commit modifies the ESLint config generator to add a custom parser for TypeScript files when the language option is set to "typescript". This change is necessary to ensure proper linting of Vue files with TypeScript code.

refs: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
Signed-off-by: 唯然 <[email protected]>
@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Jul 11, 2024
Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mdjermanovic mdjermanovic merged commit 0098452 into main Jul 12, 2024
11 checks passed
@mdjermanovic mdjermanovic deleted the fix/ts+vue branch July 12, 2024 16:58
@github-actions github-actions bot mentioned this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants