diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0099e222..d5807847 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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