Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Stylelint in .NET repositories that ship CSS, SCSS, or other stylesheet assets alongside web frontends. Use when a repo needs a dedicated CLI lint gate for selectors, properties, duplicate styles, naming conventions, or design-system rule enforcement.
stylelint.config.*, .stylelintrc*, or CSS and SCSS assets under frontend folders- plain CSS only - CSS plus SCSS - embedded styles in HTML, Markdown, or framework files
stylelint-config-standard, then add syntax-specific packages only when the repo truly needs them.package.json, for example:- stylelint "**/*.{css,scss}" - stylelint "**/*.{css,scss}" --fix
- run on a bounded scope first - inspect the diff - rerun the frontend build if the repo compiles styles
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