Skip to content

Commit 3628c7b

Browse files
committed
chore: Format markdown files if they have changed in the commit
1 parent c18ee0e commit 3628c7b

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)