/htmlhint-config-htmlacademy

HTML Academy HTMLHint config

Primary LanguageHTMLMIT LicenseMIT

htmlhint-config-htmlacademy

The standart htmlhint config

Instalation

npm install -D htmlhint

Usage

  1. Copy .htmlhintrc to your project root

  2. Create package script

package.json

{
    "scripts": {
        "test": "htmlhint path/to/html/files/*.html"
    }
}