markdownlint/.pre-commit-hooks.yaml
2017-07-28 07:46:47 +02:00

7 lines
214 B
YAML

- 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