A Gitlab-flavored Stylelint formatter that outputs JUnit XML reports for CI integration. Version 0.1.1, stable, low maintenance. Generates JUnit-style XML compatible with GitLab CI's test report feature. Requires stylelint >=14 as a peer dependency. Ships TypeScript declarations.
npm install stylelint-formatter-junitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs package and runs stylelint with JUnit formatter
Ensure stylelint version >=14 is installed.
Verify JUnit schema compatibility with target CI system.
Use `--formatter=stylelint-formatter-junit` instead of `--custom-formatter=...`.
Run `npm install -D stylelint-formatter-junit` to install.
Use `const formatter = require('stylelint-formatter-junit')` or `import formatter from 'stylelint-formatter-junit'`.