How to use ESLint for vue template placed in separate html file How to use ESLint for vue template placed in separate html file vue.js vue.js

How to use ESLint for vue template placed in separate html file


The thing is that prettier goes after eslint plugin vue. Which is, according to docs This plugin allows us to check the and of .vue files with ESLint.

So linting of html not quite possible. Also please read this https://github.com/vuejs/eslint-plugin-vue/issues/490