You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday Vetur was working fine, it would fix my VueJS SFC files on save. I've made no changes to VsCode settings. Today Vetur no longer fixes my code. I've had to roll back to v0.25.0 to get it to work again.
Reproducible Case
The steps are simple in my case: open any SFC VueJS file, write some non-eslint-compliant code and hit save. It should correct the code to eslint standard.
Seems to relate to #2116, (which the author closed in impatience).
The text was updated successfully, but these errors were encountered:
geoidesic
changed the title
After last update Vetur is no longer applying changes for eslint / prettier
Vetur 0.26.x is no longer applying changes for eslint / prettier
Aug 7, 2020
Info
Problem
Yesterday Vetur was working fine, it would fix my VueJS SFC files on save. I've made no changes to VsCode settings. Today Vetur no longer fixes my code. I've had to roll back to v0.25.0 to get it to work again.
Reproducible Case
The steps are simple in my case: open any SFC VueJS file, write some non-eslint-compliant code and hit save. It should correct the code to eslint standard.
Here is my
settings.json
:Seems to relate to #2116, (which the author closed in impatience).
The text was updated successfully, but these errors were encountered: