diff options
Diffstat (limited to 'lua/mason-registry/index/markdownlint/init.lua')
| -rw-r--r-- | lua/mason-registry/index/markdownlint/init.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lua/mason-registry/index/markdownlint/init.lua b/lua/mason-registry/index/markdownlint/init.lua deleted file mode 100644 index eb63ec71..00000000 --- a/lua/mason-registry/index/markdownlint/init.lua +++ /dev/null @@ -1,11 +0,0 @@ -local Pkg = require "mason-core.package" -local npm = require "mason-core.managers.npm" - -return Pkg.new { - name = "markdownlint", - desc = [[A Node.js style checker and lint tool for Markdown/CommonMark files]], - homepage = "https://github.com/igorshubovych/markdownlint-cli", - languages = { Pkg.Lang.Markdown }, - categories = { Pkg.Cat.Linter, Pkg.Cat.Formatter }, - install = npm.packages { "markdownlint-cli", bin = { "markdownlint" } }, -} |
