Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use webhint in .NET repositories that ship browser-facing frontends. Use when a repo needs CLI audits for accessibility, performance, security headers, PWA signals, SEO, or runtime page quality against a served site or built frontend output.
.hintrc, hint scripts, or a served local frontend that should be audited- running local URL such as https://localhost:3000 - preview or deployed URL - local connector against built output when no browser runtime is needed
.hintrc.web-recommended, then customize only for real repo requirements.package.json, for example:- hint https://localhost:3000 - hint https://example.test --config .hintrc
- supported Node.js version - browser availability when the connector needs Chromium-based automation
- headers and transport - accessibility and HTML issues - performance - PWA and manifest signals
Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or…
dotnet skills install biome
Use Chous in .NET repositories that ship sizeable frontend codebases and want file-structure linting, naming convention enforcement, and folder-layout policy as a CLI gate.
dotnet skills install chous
Frontend-focused orchestration agent for .NET repositories that ship browser-facing UI plus Node-based frontend assets.
Also works: dotnet agents install frontend