A custom formatter for Stylelint that outputs a GitLab Code Quality compatible report. Version 1.1.0 is the current stable release, with no regular release cadence documented. It requires Node.js >=18.12.0 and peer dependency stylelint >=16.0.0. Key differentiator: generates a JSON report compatible with GitLab's Code Quality feature, useful for CI pipelines. The package is a simple formatter with no significant alternatives that target GitLab specifically.
npm install stylelint-formatter-gitlab-code-quality-reportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the formatter and generate a GitLab Code Quality JSON report for a CSS file.
Use ./node_modules/stylelint-formatter-gitlab-code-quality-report/index.js as the formatter path.
Ensure stylelint version is 16.0.0 or higher.
Validate output against GitLab Code Quality report format.
Use the full path: --custom-formatter=./node_modules/stylelint-formatter-gitlab-code-quality-report/index.js
Use --custom-formatter=<path> not --formatter.
No dependency data recorded yet.