fix: remove vale from linters

The language server will take care of this now, don't need it.
This commit is contained in:
Devin Haska 2024-06-07 11:34:59 -07:00
parent aa85023022
commit 15ff0e244b
No known key found for this signature in database

View file

@ -5,7 +5,6 @@ return {
events = { "BufWritePost", "BufReadPost", "InsertLeave" }, events = { "BufWritePost", "BufReadPost", "InsertLeave" },
linters_by_ft = { linters_by_ft = {
html = { "djlint" }, html = { "djlint" },
markdown = { "vale" },
javascript = { "eslint" }, javascript = { "eslint" },
typescript = { "eslint" }, typescript = { "eslint" },
javascriptreact = { "eslint" }, javascriptreact = { "eslint" },