Skip to content

Commit

Permalink
Do not run prettier in markdown files for lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jan 14, 2020
1 parent dbbe06a commit ab04c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
"**/*{.ts,.tsx,.js,.jsx,.css,.json}": [
"prettier --write",
"git add"
]
Expand Down

0 comments on commit ab04c17

Please sign in to comment.