Socket
Socket
Sign inDemoInstall

eslint-git-changes

Package Overview
Dependencies
161
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-git-changes

Run eslint on added and modified javascript/json/jsx files in your git working tree


Version published
Weekly downloads
9
decreased by-10%
Maintainers
1
Install size
15.5 MB
Created
Weekly downloads
 

Readme

Source

eslint-git-changes

Run eslint on added and modified javascript/json/jsx files in your git working tree

Usage

Install it: npm install --save-dev eslint-git-changes.

Suggestion: Then add a pretest script to your package.json.

{
	"pretest": "eslint-git-changes --json --jsx",
	"test": "mocha",
	"posttest": "echo \"profit\""
}

FAQs

Last updated on 21 Dec 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc