This commit is contained in:
Daniel Roschka 2017-07-28 05:51:09 +00:00 committed by GitHub
commit 9ee4848165

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

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