mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-10 09:58:50 +01:00
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
7 lines
200 B
YAML
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
|