htmlhint-config-htmlacademy
v1.0.1
Published
HTML Academy HTMLHint config
Downloads
23
Readme
htmlhint-config-htmlacademy
The standart htmlhint config
Instalation
npm install -D htmlhint
Usage
Copy
.htmlhintrc
to your project rootCreate package script
package.json
{
"scripts": {
"test": "htmlhint path/to/html/files/*.html"
}
}