New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-formatter-github-annotations

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-github-annotations

An ESLint formatter to report as GitHub Checks annotations

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
668
decreased by-31.63%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-formatter-github-annotations

An ESLint formatter to report as GitHub Checks annotations

Usage

  1. Add eslint-formatter-github-annotations to your dependencies:

    npm install --save-dev eslint-formatter-github-annotations
    
  2. Create a GitHub action workflow with this formatter:

    name: lint
    on:
      pull_request:
    jobs:
      eslint:
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2
          - run: npm install
          - run: npx eslint -f github-annotations .
    

Testing

npm run test

Contributing

Contributions are welcome. Please check out the Contributing guide for the guidelines you need to follow.

Please read our Code of Conduct so that you can understand the kind of respectful behavior we expect of all participants.

License

Open Source Project is released under the MIT license. See LICENSE for the full license text.

Keywords

FAQs

Package last updated on 21 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc