Is this not supposed to lint the template, script blocks, etc? #424
Unanswered
TheDutchCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if it's by design that the modules doesn't apply style rules to the template, style block, and other non-JS blocks in a vue SFC?
What I mean is that, for example, single quotes are only enforced in the
<script>
block, but nowhere else.Possibly leading to undesired formatting based on the dev working on a file.
Unless it's somehow impossible for eslint to do styling on these blocks, I would've assume at least the template would be included?
Beta Was this translation helpful? Give feedback.
All reactions