Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimenete/eslint-action
GitHub action that lints your code with eslint in parallel to your builds
https://github.com/gimenete/eslint-action
Last synced: 6 days ago
JSON representation
GitHub action that lints your code with eslint in parallel to your builds
- Host: GitHub
- URL: https://github.com/gimenete/eslint-action
- Owner: gimenete
- License: mit
- Created: 2019-01-31T22:02:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T14:15:23.000Z (over 4 years ago)
- Last Synced: 2024-10-04T10:58:14.826Z (about 1 month ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 127
- Watchers: 2
- Forks: 77
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint Action
Offload your CI of running ESLint. With this action you can run it in parallel to your CI process, which means, faster builds!
This action will also annotate the diff with the errors and warnings reported by ESLint.
![](screenshots/annotation.png)