mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
21 lines
492 B
YAML
Executable File
21 lines
492 B
YAML
Executable File
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: v1.1.1
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: trailing-whitespace
|
|
args:
|
|
- --no-markdown-linebreak-ext
|
|
- repo: git://github.com/Lucas-C/pre-commit-hooks
|
|
sha: v1.1.4
|
|
hooks:
|
|
- id: remove-crlf
|
|
exclude: npp/.*\.xml
|
|
- id: remove-tabs
|
|
- repo: local
|
|
hooks:
|
|
- id: eslint
|
|
name: eslint
|
|
language: system
|
|
entry: make eslint
|
|
files: ''
|