From ecf97f07c5e0b520abebf6d088a664442b40f0a3 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 13 Apr 2022 13:11:20 -0700 Subject: [PATCH] chore: markdownlint autofix on commit --- 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",