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 1abb644 commit 42ad3b4Copy full SHA for 42ad3b4
.vscode/tasks.json
@@ -14,19 +14,19 @@
14
{
15
"label": "textlint-md",
16
"type": "shell",
17
- "command": "bun run textlint-md",
+ "command": "mise run textlint-md",
18
"problemMatcher": []
19
},
20
21
"label": "textlint-md:fix",
22
23
- "command": "bun run textlint-md:fix",
+ "command": "mise run textlint-md:fix",
24
25
26
27
"label": "textlint-html",
28
29
- "command": "bun run textlint-html",
+ "command": "mise run textlint-html",
30
31
}
32
]
0 commit comments