An open API service indexing awesome lists of open source software.

https://github.com/pre-commit/mirrors-jshint

Mirror of jshint package for pre-commit.
https://github.com/pre-commit/mirrors-jshint

Last synced: 7 months ago
JSON representation

Mirror of jshint package for pre-commit.

Awesome Lists containing this project

README

          

jshint mirror
================

Mirror of jshint package for pre-commit.

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

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

### Using jshint with pre-commit

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

- repo: https://github.com/pre-commit/mirrors-jshint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: jshint