feat: use go tool
This commit is contained in:
+27
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user