We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca16b71 commit 1dba98eCopy full SHA for 1dba98e
1 file changed
package.json
@@ -15,6 +15,7 @@
15
"check:pwsh:rs": "pnpm run pwshfmt:rs -- check --git-changed --strict-fallback",
16
"format:biome": "biome format --write .",
17
"format:md": "rumdl fmt .",
18
+ "check:md": "rumdl check --fix .",
19
"format:python": "uvx ruff format .",
20
"lint:python": "uvx ruff check --fix .",
21
"format": "pnpm format:pwsh && pnpm format:md && pnpm format:python",
0 commit comments