Working vue setup

This commit is contained in:
2025-05-06 20:23:45 +02:00
parent c5eb97bc3a
commit 226f80e197
4 changed files with 31 additions and 8 deletions

View File

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