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

Support Composition API & Typescript + Vue projects #562

Merged
merged 2 commits into from Jun 20, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jun 20, 2023

  1. Splits the config into 3 parts for better readability
  2. Support Composition API (<script setup>) by using vue-eslint-parser for vue files
  3. Add a second config for projects using vue files with Typescript (<script lang="ts">)

@susnux susnux added enhancement New feature or request 3. to review labels Jun 20, 2023
…eslint-parser` parser

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@skjnldsv skjnldsv merged commit 6cc9136 into master Jun 20, 2023
5 checks passed
@skjnldsv skjnldsv deleted the feat/support-vue-ts branch June 20, 2023 12:29
@skjnldsv
Copy link
Contributor

I don't mind having this with v8.3.0-beta.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vue files written in Typescript
2 participants