HTML Academy HTMLHint config
npm install htmlhint-config-htmlacademybash
npm install -D htmlhint
`Usage
1. Copy .htmlhintrc to your project root2. Create package script
package.json
`json
{
"scripts": {
"test": "htmlhint path/to/html/files/*.html"
}
}
``