feature: typescript

This commit is contained in:
Abhinav Robinson 2024-06-14 11:12:06 +05:30
parent f571d6b693
commit 0021a83ef3
4 changed files with 14 additions and 3 deletions

View file

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