add eslint ingnores

This commit is contained in:
Thomas Ruoff
2023-03-06 23:13:01 +01:00
parent 4a37a0a9b1
commit 09b035d364

View File

@@ -411,7 +411,13 @@ local servers = {
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
tsserver = {
diagnostics = {
ignoredCodes = {
7016 -- Could not find a declaration file for module
}
}
},
lua_ls = {
Lua = {