Htmlhint

Use HTMLHint in .NET repositories that ship static HTML output or standalone frontend templates. USE FOR: static HTML files; generated frontend output; standalone templates under wwwroot, dist, or other web folders; HTML structure checks. DO NOT USE FOR: raw .cshtml or .razor source with server-side directives; JavaScript or TypeScript linting. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Tools/HTMLHint/skills/htmlhint commit 7e8dc6d19e

Frequently asked questions

npx skillmds@latest add managedcode/htmlhint-2