https://github.com/react-hookz/eslint-formatter-gha
Eslint formatter that that outputs GitHub Actions annotations
https://github.com/react-hookz/eslint-formatter-gha
Last synced: about 1 year ago
JSON representation
Eslint formatter that that outputs GitHub Actions annotations
- Host: GitHub
- URL: https://github.com/react-hookz/eslint-formatter-gha
- Owner: react-hookz
- License: mit
- Created: 2022-08-30T11:35:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:58:11.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:58:25.938Z (over 1 year ago)
- Language: JavaScript
- Size: 735 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> __PACKAGE IS DEPRECATED AND WILL BE DELETED SOON__
> USE [@ver0/eslint-formatter-gha](https://github.com/ver0-project/eslint-formatter-gha) INSTEAD
# ESLint Formatter for GitHub Actions
[](https://www.npmjs.com/package/@react-hookz/eslint-formatter-gha)
[](https://www.npmjs.com/package/@react-hookz/eslint-formatter-gha)
[](https://www.npmjs.com/package/@react-hookz/eslint-formatter-gha)
[](https://github.com/react-hookz/eslint-formatter-gha/actions)
[](https://www.npmjs.com/package/@react-hookz/eslint-formatter-gha)
× **[DISCORD](https://discord.gg/Fjwphtu65f)** ×
**[CHANGELOG](https://github.com/react-hookz/eslint-formatter-gha/blob/master/CHANGELOG.md)** ×
---
Custom formatter for ESLint that generates GitHub Actions annotations.
## Install
This one is pretty simple, everyone knows what to do:
```shell
npm i --save-dev @react-hookz/eslint-formatter-gha
# or
yarn add -D @react-hookz/eslint-formatter-gha
```
## Usage
```shell
eslint -f @react-hookz/gha
```
## Contributors