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 incompatibility with typescript-eslint v6 in vue/script-indent rule #2256

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Jul 29, 2023

I updated the typescript-eslint we use in our tests to v6 and found a bug in the script-indent rule, so I fix it.

This PR also updates the typescript-eslint we use in our tests to v6 and adds a workflow to test using typescript-eslint@v5.

I think we can close #2227 as this PR adds compatibility testing with typescript-eslint v6.

close #2227

@ota-meshi ota-meshi marked this pull request as ready for review July 29, 2023 13:03
Copy link
Member

@FloEdelmann FloEdelmann left a comment

Choose a reason for hiding this comment

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

LGTM 🙂

@ota-meshi ota-meshi merged commit 6531988 into master Jul 31, 2023
9 checks passed
@ota-meshi ota-meshi deleted the use-tseslint-v6 branch July 31, 2023 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FYI: typescript-eslint@v6 will remove parserServices.hasFullTypeInformation
2 participants