moreeeee updates . ..
This commit is contained in:
parent
0ed010f399
commit
b94345a27a
7 changed files with 30 additions and 10 deletions
|
|
@ -6,13 +6,10 @@ return {
|
|||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
python = { 'mypy', 'ruff' },
|
||||
yaml = { 'yamllint' },
|
||||
cmake = { 'cmakelint' },
|
||||
cpp = { 'cppcheck' },
|
||||
c = { 'cppcheck' },
|
||||
json = { 'jsonlint' },
|
||||
javascript = { 'eslint' },
|
||||
css = { 'stylelint' },
|
||||
html = { 'tidy' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue