Skip to content

glusa8/mirrors-eslint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint mirror

Mirror of eslint package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For eslint: see https://github.com/eslint/eslint

Using eslint with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: git://github.com/pre-commit/mirrors-eslint
    sha: ''  # Use the sha you want to point at
    hooks:
    -   id: eslint

When using plugins with eslint you'll need to declare them under additional_dependencies. For example:

-   repo: git://github.com/pre-commit/mirrors-eslint
    sha: ''  # Use the sha you want to point at
    hooks:
    -   id: eslint
        additional_dependencies:
        -   [email protected]
        -   [email protected]
        -   [email protected]
        -   [email protected]

About

Mirror of eslint node package for pre-commit.

Resources

Stars

Watchers

Forks

Packages

No packages published