feat: rm mdlint

This commit is contained in:
tsorabel 2024-04-01 19:55:40 +02:00
parent aaa8352e10
commit aa4afdfbed
1 changed files with 1 additions and 1 deletions

View File

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