-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Latest plugin isn't allow eslint override #2113
Comments
Are you using vue2 or vue3? |
Vue 2. Turning off the |
Follow up #2015. |
We will provide vue template validation with |
@yoyo930021 yep, I was able to turn off the |
Can we add modifier in |
If I turn off |
Good question. Closest thing I've found is vuejs/core#1241 but I'm not sure what they finalized on.... |
@mentAl-maZe #1293. I'll fix that for the next release. |
For now, I disable |
You can set |
@yoyo930021 But i need validation in the file 😭 |
@mentAl-maZe For me this fork fits perfectly:
|
The v0.26.1 is release. |
Well I can confirm that this is still an issue in vetur
|
The This built-in feature is only design in basic project. |
Newbie question: where to set |
Info
Problem
After updating the vetur plugin to the latest version today, I am now seeing eslint errors for
[vue/valid-v-slot]'v-slot' directive doesn't support any modifier.
. When I try to turn this rule off following the docs here: https://vuejs.github.io/vetur/linting-error.html#linting it is not working.Reproducible Case
The text was updated successfully, but these errors were encountered: