diff --git a/package.json b/package.json index f3a9eac7bc3..d16b35b987f 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ } }, "lint-staged": { + "*.md": ["prettier --write", "git add"], "{packages,bin}/**/!(__testfixtures__)/**.js": [ "eslint --fix", "git add"