- [Usage](#usage)
- [Disabling ESLint](#disabling-eslint)
- [Linting HTML](#linting-html)
- [Multiple scripts tags in a HTML file](#multiple-scripts-tags-in-a-html-file)
- [History](#history)
- [XML support](#xml-support)
- [Settings](#settings)
- [`html/html-extensions`](#htmlhtml-extensions)
- [`html/xml-extensions`](#htmlxml-extensions)
- [`html/indent`](#htmlindent)
- [`html/report-bad-indent`](#htmlreport-bad-indent)
- [`html/javascript-tag-names`](#htmljavascript-tag-names)
- [`html/javascript-mime-types`](#htmljavascript-mime-types)
- [`html/ignore-tags-without-type`](#htmlignore-tags-without-type)
- [Troubleshooting](#troubleshooting)
- [No file linted when running `eslint` on a directory](#no-file-linted-when-running-eslint-on-a-directory)
- [Linting templates (or PHP)](#linting-templates-or-php)
- [Linting VUE files](#linting-vue-files)
- [Migration from older versions](#migration-from-older-versions)
- [To v4](#to-v4)
- [To v3](#to-v3)
- [Credits](#credits)
## Usage
Simply install via `npm install --save-dev eslint-plugin-html` and add the plugin to your ESLint
configuration. See
[ESLint documentation](http://eslint.org/docs/user-guide/configuring#configuring-plugins).