Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
autoformat markdown with prettier; closes mochajs#3773
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Feb 26, 2019
1 parent 3460325 commit 64e4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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"]
}

0 comments on commit 64e4063

Please sign in to comment.