<!-- 1. install plugin -> npm install --save-dev eslint-plugin-html 2. enable it in Eslint -> .eslintrc.json { "plugins": [ "html" ] } -->