We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a2d90 commit fae0010Copy full SHA for fae0010
1 file changed
configs/markdown.js
@@ -22,7 +22,7 @@ async function getMarkdownRecommendedConfig() {
22
},
23
{
24
name: "markdown/code-blocks/js",
25
- files: ["**/*.md/*.js"],
+ files: ["**/*.md/*.js", "**/*.md/*.ts"],
26
languageOptions: {
27
sourceType: "module",
28
parserOptions: {
0 commit comments