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.
- Host: GitHub
- URL: https://github.com/pre-commit/mirrors-jshint
- Owner: pre-commit
- License: mit
- Created: 2014-06-10T16:39:29.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T08:39:06.000Z (about 3 years ago)
- Last Synced: 2025-05-07T05:29:32.887Z (8 months ago)
- Size: 44.9 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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