A custom formatter for stylelint that outputs results in Azure DevOps logging commands format, enabling file annotations and error reporting in pipeline build results. Currently at version 0.0.2 with no recent releases. Differentiates from other formatters by integrating directly with Azure DevOps annotation system.
npm install stylelint-formatter-azure-devopsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows programmatic usage of stylelint with the Azure DevOps formatter, running lint on CSS files and outputting formatted results.
Use import syntax or set type: 'module' in package.json. For CommonJS, use dynamic import().
Ensure CI pipeline interprets Azure DevOps logging commands. Combine with other formatters if text output is needed.
Verify with stylelint version in use. Update package if needed.
Only use with stylelint.lint() or stylelint CLI.
Use import statement or dynamic import().
Run npm install stylelint-formatter-azure-devops --save-dev