A StyleLint formatter that outputs violations in Visual Studio Team Services (VSTS) / Azure DevOps build error format. Version 1.0.1 is the latest stable release; the formatter converts StyleLint results into the ##vso[task.logissue] format for integration with pipeline logs. It is a niche plugin for teams using StyleLint in VSTS/Azure DevOps CI pipelines, differentiating from standard formatters by enabling direct error reporting in build summaries.
npm install stylelint-formatter-vstsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure StyleLint to use the VSTS formatter via .stylelintrc.js
Ensure CI environment is VSTS/Azure DevOps; otherwise output may be unrecognizable
npm install stylelint-formatter-vsts --save-dev
Ensure StyleLint version >=8.0.0 and formatter name matches installed package