Add support to run markdownlint with pre-commit

This commit is contained in:
Daniel Roschka 2017-07-27 10:12:51 +02:00
parent 82d9c36d6f
commit 58de07f7e7
No known key found for this signature in database
GPG key ID: 45FD7385A5223D70

7
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,7 @@
- id: markdownlint
name: markdownlint
description: "Check the style of Markdown/Commonmark files"
entry: markdownlint
language: node
types: [markdown]
minimum_pre_commit_version: 0.15.0