Files
go-cuckoo/package.json
M.V. Hutz 89bf93de8f
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
feat: using node version of markdown-lint, no custom rule
2026-05-16 15:22:06 -04:00

8 lines
146 B
JSON

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