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
press alt+shift+f or use the "format document" command.
And I get warnings like: Expected a linebreak before this attribute.eslint[vue/first-attribute-linebreak](https://eslint.vuejs.org/rules/first-attribute-linebreak.html) or Expected indentation of 8 spaces but found 6 spaces.eslint[vue/html-indent](https://eslint.vuejs.org/rules/html-indent.html)
I've installed the recommended extensions.
I guess that my vs code environment might be the issue, but I'm don't see what?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm sorry, but it's driving me nuts. When I do use the autoformat of visual studio, I get warnings from the eslint configuration.
I just have done:
And I get warnings like:
Expected a linebreak before this attribute.eslint[vue/first-attribute-linebreak](https://eslint.vuejs.org/rules/first-attribute-linebreak.html)
orExpected indentation of 8 spaces but found 6 spaces.eslint[vue/html-indent](https://eslint.vuejs.org/rules/html-indent.html)
I've installed the recommended extensions.
I guess that my vs code environment might be the issue, but I'm don't see what?
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions