Skip to content

Commit 5af52f4

Browse files
committed
fix: Update glob expression
1 parent caf586c commit 5af52f4

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)