From c9fbfafc294d1682c68dbe77cb170bf21565a907 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Sat, 4 Jul 2020 08:30:33 -0700 Subject: [PATCH] Add markdownlint config pointing to scripts config (#23655) --- .markdownlint.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000000000..42556fe6d99c14 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "extends": "packages/scripts/config/.markdownlint.json" +}