| name | htmlhint |
| description | Use this skill when the user wants to lint HTML files for best practices, accessibility issues, deprecated tags, and structural problems. |
HTMLHint Plugin
HTMLHint checks HTML files for markup quality, accessibility, and best practices.
Usage Examples
- "lint index.html for common issues"
- "check all HTML files in src/ for accessibility problems"
- "validate HTML against custom ruleset"
- "run HTML linting with JSON output for CI"
Installation
npm install -g htmlhint
Key Features
- HTML validation and linting
- Accessibility rule checking
- Deprecated tag detection
- ID duplication checking
- Inline style usage detection
- Custom ruleset configuration
- JSON output for CI integration
- Multiple file format support