diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 48a4bc4082..74973575e8 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,7 +1,7 @@ { "linters": { "(bin/*|*.js|**/*.js)": ["eslint --fix", "git add"], - "(*.{json,yml}|**/*.{json,yml})": ["prettier --write", "git add"] + "(*.{json,yml,md}|**/*.{json,yml,md})": ["prettier --write", "git add"] }, "ignore": ["docs/**/*.js", "test/**/*.fixture.js", "package*.json"] }