mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
Merge 0e7a7d65b7 into 82d9c36d6f
This commit is contained in:
commit
9ee4848165
1 changed files with 7 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue