feat: use go tool

This commit is contained in:
2026-07-03 19:24:01 -04:00
parent 39548b4332
commit 4d0cab1fe0
1542 changed files with 252399 additions and 14 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "markdownlint-cli2-formatter-default",
"version": "0.0.6",
"description": "An output formatter for markdownlint-cli2 that produces the same output as markdownlint-cli",
"author": {
"name": "David Anson",
"url": "https://dlaa.me/"
},
"license": "MIT",
"main": "markdownlint-cli2-formatter-default.js",
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"files": [
"markdownlint-cli2-formatter-default.js"
],
"peerDependencies": {
"markdownlint-cli2": ">=0.0.4"
},
"keywords": [
"markdownlint-cli2-formatter"
]
}