mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: adopt markdownlint and markdown-table-formatter for *.md (#15831)
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
08463c27d8
commit
94f5d52fdc
+5
-4
@@ -2,13 +2,14 @@
|
||||
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
|
||||
"name": "coder",
|
||||
"version": "0.0.0",
|
||||
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
"scripts": {
|
||||
"format": "prettier --cache --write '**/*.{css,html,json,md,yaml,yml}'",
|
||||
"format:check": "prettier --cache --check '**/*.{css,html,json,md,yaml,yml}'",
|
||||
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
|
||||
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",
|
||||
"storybook": "pnpm run -C site/ storybook"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "3.3.3"
|
||||
"markdown-table-formatter": "^1.6.1",
|
||||
"markdownlint-cli2": "^0.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user