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
Vue.Volar use vscode built-in language features for html/css formatting, but there are a little conflicts with eslint rules.
Is it possible to set Vue.Volar only take over style part? Then we can safely use eslint-plugin-vue to format script and template, and keep using built-in css formatter for style.
What problem does this feature solve?
Vue.Volar use vscode built-in language features for html/css formatting, but there are a little conflicts with eslint rules.
Is it possible to set Vue.Volar only take over style part? Then we can safely use eslint-plugin-vue to format script and template, and keep using built-in css formatter for style.
What does the proposed solution look like?
The text was updated successfully, but these errors were encountered: