diff options
| author | William Boman <william@redwill.se> | 2023-03-31 19:59:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 19:59:47 +0200 |
| commit | baee73f710fda10d3f946dc98f14b6923f38e3f1 (patch) | |
| tree | c9283f996efcbca762ffdcdbe631399025f6c0de /lua/mason-registry/index/commitlint/init.lua | |
| parent | chore: autogenerate (#1159) (diff) | |
| download | mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.gz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.bz2 mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.lz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.xz mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.tar.zst mason-baee73f710fda10d3f946dc98f14b6923f38e3f1.zip | |
chore: migrate packages (#1161)
Diffstat (limited to 'lua/mason-registry/index/commitlint/init.lua')
| -rw-r--r-- | lua/mason-registry/index/commitlint/init.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lua/mason-registry/index/commitlint/init.lua b/lua/mason-registry/index/commitlint/init.lua deleted file mode 100644 index 02f23ccf..00000000 --- a/lua/mason-registry/index/commitlint/init.lua +++ /dev/null @@ -1,17 +0,0 @@ -local Pkg = require "mason-core.package" -local _ = require "mason-core.functional" -local npm = require "mason-core.managers.npm" - -return Pkg.new { - name = "commitlint", - desc = "commitlint checks if your commit messages meet the conventional commit format.", - homepage = "https://commitlint.js.org/", - languages = { Pkg.Lang.GitCommit }, - categories = { Pkg.Cat.Linter }, - install = npm.packages { - "@commitlint/cli", - "@commitlint/config-conventional", - "commitlint-format-json", - bin = { "commitlint" }, - }, -} |
