Skip to content

Commit

Permalink
chore: Disable precommit run of prettier on markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwltrs committed Jan 22, 2018
1 parent cb43766 commit e99c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"webpack": "^3.8.1"
},
"lint-staged": {
"*.{js,json,less,md}": ["prettier --write", "git add -f"]
"*.{js,json,less}": ["prettier --write", "git add -f"]
}
}

0 comments on commit e99c954

Please sign in to comment.