Set lint
This commit is contained in:
parent
fb3514f314
commit
4fffef9936
2 changed files with 16 additions and 7 deletions
|
|
@ -7,6 +7,7 @@ return {
|
|||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
eruby = { 'erb_lint' },
|
||||
}
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue