Update lint.lua

pull/1438/head
Alex Hebert 3 weeks ago committed by GitHub
parent e947649cb0
commit c458068870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,9 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
python = { 'ruff_format' },
json = { "jsonlint" },
go = {'golangci-lint'}
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,

Loading…
Cancel
Save