-
Notifications
You must be signed in to change notification settings - Fork 35
chore: bump eslint-plugin-vue to v9 #42
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
Conversation
33e8700
to
2cbfb9f
Compare
So what is this PR waiting for? |
+1 |
Is there a reason this isn't merged yet? |
Why haven't they merged yet? |
prevents vars used in `<script setup>` from being reported as unused by eslint. This can be removed once vuejs/eslint-config-typescript#42 is merged into eslint-config-typescript.
Checking in on progress. This is preventing moving forward with now three releases of vuejs/eslint-plugin-vue |
I don't understand it. |
Please stop commenting on this issue: the maintainers of this repo will merge this as soon as they can. They all do this in their free time. You're just adding noise, and things won't go faster. In the meantime, you can upgrade to eslint-plugin-vue v9 if you really want to. You just have to install it manually and use a resolution to force
|
eslint-plugin-vue v9 has been released and yields warnings if not used with vue-eslint-parser v9 (which is the case if you naively bump the version in a freshly created
create-vue
project).See vuejs/eslint-plugin-vue#1893 for context
This PR bumps the version of both dependencies. Ideally, this should be released and used in new create-vue projects (I can open the following PRs when this one is merged and released)