-
-
Notifications
You must be signed in to change notification settings - Fork 664
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.
2 tasks
This was referenced Nov 27, 2023
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue lists the changes we plan to release in eslint-plugin-vue v10.
💥 Breaking Changes
vue/order-in-components
rule to enforce ordering onslots
andexpose
defaults #2153defineNuxtComponent()
ecmaVersion: 'latest'
(Update JS env and remove or update parserOptions.ecmaVersion #1991).no-required-prop-with-default
rule to vue2 and vue3 presets #1986.vue
extension viaoverrides
#2036ecmaVersion: 'latest'
vue/block-order
the recommended rule instead ofvue/component-tags-order
.vue/no-deprecated-delete-set
tovue3-essential
configvue/no-deprecated-model-definition
tovue3-essential
configvue/custom-event-name-casing
, see https://github.com/vuejs/eslint-plugin-vue/blame/207eb981df3bbab5d63846d7456d0925ab82394c/lib/rules/custom-event-name-casing.js#L89-L93project: undefined
when parsing script-fragments in<template>
. vue-eslint-parser#195✨ Enhancements
vue/order-in-components
rule to enforce ordering onslots
andexpose
defaults #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)The text was updated successfully, but these errors were encountered: