Make linting work

This commit is contained in:
2025-05-07 17:30:19 +02:00
parent 5529de45a9
commit 8c9ad10822
3 changed files with 20 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ return {
markdown = { 'markdownlint' },
javascript = { 'eslint_d' },
typescript = { 'eslint_d' },
vue = { 'eslint_d' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,