When using ESLint in a Vue component, do I need to set the lint rules for the <script> and <template> separately?
Image by Lismary - hkhazo.biz.id

When using ESLint in a Vue component, do I need to set the lint rules for the <script> and <template> separately?

Posted on

As a developer, you’re probably no stranger to ESLint, the popular JavaScript linter that helps you keep your code clean and error-free. But when it comes to using ESLint in a Vue component, things can get a bit tricky. Specifically, you might be wondering: do I need to set the lint rules for the `