An ESLint formatter that outputs warnings and errors as GitHub Actions file annotations. Version 1.1.0 is the current stable release; relatively stable with infrequent updates. It leverages GitHub Actions' annotation syntax for inline problem reporting directly in pull request diffs. Unlike other formatters (e.g., stylish, compact), this one integrates tightly with CI workflows, supporting both warnings and errors and requiring no additional configuration beyond specifying the formatter name.
npm install eslint-formatter-github-actionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the formatter, adds a lint script, and runs ESLint with GitHub Actions annotations.
Use -f github-actions (the npm package name without the prefix).
Use other formatters for local development; the formatter is designed for CI.
Run 'npm install --save-dev eslint-formatter-github-actions' and use '-f github-actions'.
Use a different formatter (e.g., stylish) for local runs.
No dependency data recorded yet.