fix: errors

This commit is contained in:
Abhinav Robinson 2024-06-14 17:47:37 +05:30
parent 224bd5911c
commit 14c04fc93b
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
typescript = { 'eslint' },
javascript = { 'eslint' },
}