@ -6,9 +6,9 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'pylint' },
markdown = { 'markdownlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this:
-- lint.linters_by_ft = lint.linters_by_ft or {}