A Stylelint formatter that outputs JSON structured for the GitHub Checks API 'Update a check run' endpoint. Current stable version 1.0.0. No release cadence noted (single release). Key differentiator: enables GitHub Checks annotations directly from Stylelint output, forked from eslint-formatter-github-checks. Requires Node ^14. Minimal dependencies, no runtime deps. Use case: CI pipelines posting Stylelint results as GitHub Check annotations.
npm install stylelint-formatter-github-checksNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates installation and usage via CLI and programmatically with Node.js CJS.
Use --custom-formatter=node_modules/stylelint-formatter-github-checks instead of --formatter.
Upgrade Node.js to version ^14 or use a different formatter.
Use require() or configure bundler to handle CJS.
Do not use if not integrating with GitHub Checks API; use default Stylelint formatter instead.
Use const formatter = require('stylelint-formatter-github-checks') instead of import.Use --custom-formatter=./node_modules/stylelint-formatter-github-checks
Use require() or add "type": "module" to package.json.
No dependency data recorded yet.