From 68b557874fcdd9aa19d0872180268c3b1b38053c Mon Sep 17 00:00:00 2001 From: Rich Rauenzahn Date: Mon, 15 Nov 2021 19:24:09 -0800 Subject: [PATCH] [feature] add markdownlint-fix --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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