diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..0099e222 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -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