mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 13:08:49 +01:00
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
This commit is contained in:
parent
a4f541fdf4
commit
e3aa3da305
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