diff options
Diffstat (limited to 'lua/mason-registry/index/jsonlint/init.lua')
| -rw-r--r-- | lua/mason-registry/index/jsonlint/init.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/mason-registry/index/jsonlint/init.lua b/lua/mason-registry/index/jsonlint/init.lua deleted file mode 100644 index d07b8f9e..00000000 --- a/lua/mason-registry/index/jsonlint/init.lua +++ /dev/null @@ -1,13 +0,0 @@ -local Pkg = require "mason-core.package" -local npm = require "mason-core.managers.npm" - -return Pkg.new { - name = "jsonlint", - desc = [[A pure JavaScript version of the service provided at jsonlint.com.]], - homepage = "https://github.com/zaach/jsonlint", - languages = { - Pkg.Lang.JSON, - }, - categories = { Pkg.Cat.Linter }, - install = npm.packages { "jsonlint", bin = { "jsonlint" } }, -} |
