Skip to content

Commit fae0010

Browse files
fix: markdown files glob (#71)
1 parent 44a2d90 commit fae0010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function getMarkdownRecommendedConfig() {
2222
},
2323
{
2424
name: "markdown/code-blocks/js",
25-
files: ["**/*.md/*.js"],
25+
files: ["**/*.md/*.js", "**/*.md/*.ts"],
2626
languageOptions: {
2727
sourceType: "module",
2828
parserOptions: {

0 commit comments

Comments
 (0)