Socket
Socket
Sign inDemoInstall

eslint-plugin-git

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-plugin-git

Git with sanity.


Version published
Maintainers
1
Install size
27.3 kB
Created

Changelog

Source

[0.1.3]

Fixed

  • updated this changelog and README for changes from 0.1.2

Readme

Source

eslint-plugin-git

build status Coverage Status npm

Rules to encourage hygenic Git usage. Ideal for a pre-commit hook, for example.

Rules

  • no-untracked: Report imports of modules that are not yet under source control.
  • no-unstaged: Report imports of modules that have unstaged modifications.

All rules respect .gitignore and report on ES and CommonJS module references by default, but may be tuned:

rules:
  git/no-untracked: [2, { commonjs: false, amd: true, esmodule: true }]

License

MIT

Keywords

FAQs

Last updated on 08 Apr 2016

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