Skip to content

Commit d8be3f7

Browse files
authored
Merge pull request #183 from streamdevs/173-format-markdown-again
fix: Update glob expression
2 parents 91c53f0 + 5af52f4 commit d8be3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

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

0 commit comments

Comments
 (0)