Add moar plugins
This commit is contained in:
parent
30b6d487e1
commit
064e8ad1b4
6 changed files with 56 additions and 17 deletions
|
|
@ -7,6 +7,11 @@ return {
|
|||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
javascript = { 'eslint' },
|
||||
typescript = { 'eslint' },
|
||||
javascriptreact = { 'eslint' },
|
||||
typescriptreact = { 'eslint' },
|
||||
rust = { 'clippy' },
|
||||
}
|
||||
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue