lsp: ignore eslint errors
This commit is contained in:
parent
c414c1d302
commit
e4411e7378
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ for name, settings in pairs(@lspConfigServers@) do
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
aug eslint_fix
|
aug eslint_fix
|
||||||
au!
|
au!
|
||||||
au BufWritePre *.tsx,*.ts,*.jsx,*.js EslintFixAll
|
au BufWritePre *.tsx,*.ts,*.jsx,*.js silent! EslintFixAll
|
||||||
aug END
|
aug END
|
||||||
]])
|
]])
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue