-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
Planning for v10 #2166
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'll create a |
I believe the only remaining task is to upgrade the parser. |
There are two other open tasks:
|
After all the tasks are done, should we first release a beta version from the |
This issue lists the changes we plan to release in eslint-plugin-vue v10.
💥 Breaking Changes
slots
+expose
tovue/order-in-components
default order #2153or Deprecate shareable configs #1951vue/no-required-prop-with-default
to recommended preset configs #2640.vue
#2668ecmaVersion: 'latest'
(Update JS env and remove or update parserOptions.ecmaVersion #1991)vue/block-order
to recommended configs #2627vue/no-deprecated-delete-set
tovue3-essential
config #2628vue/no-deprecated-model-definition
tovue3-essential
config #2629vue/valid-define-options
tovue3-essential
config #2653vue/custom-event-name-casing
#2626runOutsideVue
option fromvue/sort-keys
#2655project: undefined
when parsing script-fragments in<template>
. vue-eslint-parser#195✨ Enhancements
slots
+expose
tovue/order-in-components
default order #2153defineNuxtComponent()
vue/order-in-components
is not working withdefineNuxtComponent()
#2057)vue/no-unused-properties
does not work withdefineNuxtComponent()
#2191)"#imports"
vue/no-ref-as-operand
warning #1969)Already released earlier
vue/no-ref-as-operand
warning #1969The text was updated successfully, but these errors were encountered: