add dml and writegood

This commit is contained in:
DanRoscigno 2023-06-30 22:17:14 -04:00
parent c604d1f533
commit b0c1bee8c4
2 changed files with 17 additions and 1 deletions

View file

@ -21,7 +21,7 @@ g.ale_linters = {
javascript = {'standard'},
lua = { "selene" },
json = { "jsonlint" },
markdown = { "vale" },
markdown = { "vale", "mdl", "writegood" },
yaml = { "yamllint" },
}