feat: using node version of markdown-lint, no custom rule
Some checks failed
CI / Check PR Title (pull_request) Successful in 46s
CI / Makefile Lint (pull_request) Failing after 1m23s
CI / Markdown Lint (pull_request) Failing after 49s
CI / Go Lint (pull_request) Successful in 1m33s
CI / Unit Tests (pull_request) Successful in 55s
CI / Fuzz Tests (pull_request) Successful in 1m52s
CI / Mutation Tests (pull_request) Successful in 1m31s

This commit is contained in:
2026-05-16 15:22:06 -04:00
parent 46b59d743e
commit 89bf93de8f
6 changed files with 1372 additions and 50 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"private": true,
"devDependencies": {
"markdownlint-cli2": "^0.22.1",
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2"
}
}