mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added php related programs for mason tool installer
This commit is contained in:
@@ -10,8 +10,6 @@ return {
|
|||||||
"stylelint",
|
"stylelint",
|
||||||
"shellcheck",
|
"shellcheck",
|
||||||
"rustfmt",
|
"rustfmt",
|
||||||
"phpcbf",
|
|
||||||
"phpstan",
|
|
||||||
"jq",
|
"jq",
|
||||||
"jsonlint",
|
"jsonlint",
|
||||||
"htmlbeautifier",
|
"htmlbeautifier",
|
||||||
@@ -19,7 +17,11 @@ return {
|
|||||||
"blade-formatter",
|
"blade-formatter",
|
||||||
"markdownlint",
|
"markdownlint",
|
||||||
"yamllint",
|
"yamllint",
|
||||||
"ansible-lint"
|
"ansible-lint",
|
||||||
|
"eslint_d",
|
||||||
|
"phpcbf",
|
||||||
|
"phpcs",
|
||||||
|
"phpstan"
|
||||||
},
|
},
|
||||||
auto_update = true,
|
auto_update = true,
|
||||||
run_on_start = true,
|
run_on_start = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user