mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
added node hooks setup and jshint
This commit is contained in:
parent
356e4ba13b
commit
7fbc935d1c
4 changed files with 51 additions and 6 deletions
|
|
@ -6,3 +6,11 @@
|
|||
-
|
||||
id: pyflakes
|
||||
files: '*.py'
|
||||
|
||||
-
|
||||
repo: git@github.com:pre-commit/jshint
|
||||
sha: 191734354d1191e3771c004c3e905a94728d0349
|
||||
hooks:
|
||||
-
|
||||
id: jshint
|
||||
files: '*.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue