From e22cc869047bfdb615c2e2028905a8df08835bdc Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Mon, 30 May 2022 16:19:26 +0530 Subject: [PATCH] Revert "chore: markdownlint autofix on commit (#15783)" This reverts commit 01ea32ffb85288a07211eb7770362df1e9c0624a. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 395dd392751..eea1405b923 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "lint-staged": { "*.js": "eslint --fix", - "*.md": "markdownlint --fix" + "*.md": "markdownlint" }, "files": [ "LICENSE",