Reporter for Jest that outputs GitHub Actions annotations
npm install @jamesacarr/eslint-formatter-github-actions

A custom formatter for ESLint that creates annotations when run via GitHub Actions
``sh`
npm install -D @jamesacarr/eslint-formatter-github-actions
Or, even better:
`sh`
yarn add -D @jamesacarr/eslint-formatter-github-actions
To get annotations working in your GitHub Actions runs, you need to run ESLint with the --format or -f flag. For example:
`sh`
eslint -f @jamesacarr/github-actions
You can also use this formatter if you're using XO:
`sh``
xo --reporter @jamesacarr/github-actions