Skip to content

Commit 106013f

Browse files
authored
Merge pull request #174 from streamdevs/173-format-markdown
chore: Format markdown files if they have changed in the commit
2 parents 7bef9ab + 3628c7b commit 106013f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lint-staged.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
22
'*.{ts,js}': ['yarn format', 'yarn lint'],
3+
'*.{md}': ['yarn format'],
34
};

0 commit comments

Comments
 (0)