diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..a35e69e5 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: markdownlint + name: markdownlint + description: "Check the style of Markdown/Commonmark files" + entry: markdownlint + language: node + types: [markdown] + minimum_pre_commit_version: 0.15.0