remove writegood as it can be configured in .vale.ini

This commit is contained in:
DanRoscigno 2023-07-01 12:42:38 -04:00
parent b0c1bee8c4
commit 8eb9f50c3c
1 changed files with 1 additions and 1 deletions

View File

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