@philipbordallo/eslint-config-html
Personal ESLint config for HTML
See src/configs/html.js
for how it's fully setup or check the generated file.
Install
Add as a devDependency
with your favorite package manager.
npm add -D @philipbordallo/eslint-config-html
Peer Dependencies
If you are using npm v7 or greater these should automatically be installed. Otherwise use your package manager to add them as devDependencies
manually.
npm add -D @html-eslint/eslint-plugin @html-eslint/parser eslint
Setup
module.exports = {
extends: [
'@philipbordallo',
'@philipbordallo/html',
],
};