remove writegood as it can be configured in .vale.ini
This commit is contained in:
parent
b0c1bee8c4
commit
8eb9f50c3c
|
@ -21,7 +21,7 @@ g.ale_linters = {
|
|||
javascript = {'standard'},
|
||||
lua = { "selene" },
|
||||
json = { "jsonlint" },
|
||||
markdown = { "vale", "mdl", "writegood" },
|
||||
markdown = { "vale", "mdl" },
|
||||
yaml = { "yamllint" },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue