feat: rm mdlint
This commit is contained in:
parent
aaa8352e10
commit
aa4afdfbed
|
@ -6,7 +6,7 @@ return {
|
|||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
-- markdown = { 'markdownlint' },
|
||||
typescript = { 'eslint_d' },
|
||||
javascript = { 'eslint_d' },
|
||||
typescriptreact = { 'eslint_d' },
|
||||
|
|
Loading…
Reference in New Issue