This package has been deprecated

Author message:

This package is abandoned.

eslint-git-filter

1.0.2 • Public • Published

eslint-git-filter

git filter for eslint

Add to your git config:

[filter "eslint"]
  clean = eslint-git-filter [...switches] --filename="%f"

Add to your .gitattributes file:

*.js	filter=eslint

Possible switches are:

--standalone - Do not start service. Default is off.

--socket=<PortNumber|UnixPath> - Use this socket for the service instead of automatic detection. By default each git directory is handled by its own service.

--service-idle-time= - Default is 7200.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-git-filter

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

6.6 kB

Total Files

8

Last publish

Collaborators

  • vadzim