markdownlint/.pre-commit-hooks.yaml
erdtsksn e3aa3da305 feat: Add pre-commit hook
oth: Minimun 0.15.0 pre-commit version is required to use 'types'.

iss: https://github.com/DavidAnson/markdownlint/pull/69
see: https://pre-commit.com/#new-hooks
2018-11-14 23:07:17 +03:00

7 lines
200 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