From 3bca59e30de73fb82d4def262ae1df72089df80d Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 13 Apr 2022 19:28:51 -0700 Subject: [PATCH] chore: markdownlint autofix on commit (#15783) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea1405b923..395dd392751 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "lint-staged": { "*.js": "eslint --fix", - "*.md": "markdownlint" + "*.md": "markdownlint --fix" }, "files": [ "LICENSE",