Skip to content

Commit

Permalink
[feature] add markdownlint-fix (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrauenza committed Nov 16, 2021
1 parent d3321c5 commit 2d2ba47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Expand Up @@ -5,3 +5,10 @@
language: node
types: [markdown]
minimum_pre_commit_version: 0.15.0
- id: markdownlint-fix
name: markdownlint-fix
description: "Fixes the style of Markdown/Commonmark files."
entry: markdownlint --fix
language: node
types: [markdown]
minimum_pre_commit_version: 0.15.0

0 comments on commit 2d2ba47

Please sign in to comment.