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 e4b2015 commit 1de3fe9Copy full SHA for 1de3fe9
.mise.toml
@@ -37,3 +37,18 @@ dir = "./website"
37
depends = ["install-website"]
38
run = "bun run preview"
39
dir = "./website"
40
+
41
+[tasks.install-textlint]
42
+run = "bun install --frozen-lockfile"
43
44
+[tasks.textlint-md]
45
+depends = ["install-textlint"]
46
+run = "bun run textlint-md"
47
48
+[tasks.textlint-md-fix]
49
50
+run = "bun run textlint-md:fix"
51
52
+[tasks.textlint-html]
53
54
+run = "bun run textlint-html"
0 commit comments