Hi, I was wondering if there is a way to filter out the reported errors. I am using Eglot to read the typescript-language-server errors for my .js files to obtain features such as auto-import, however, I want to omit displaying all other errors, such as type errors since I am working in plain JS.
So I am wondering if there's a way to tell Flymake to ignore certain error codes reported by Eglot?
Hi, I was wondering if there is a way to filter out the reported errors. I am using Eglot to read the
typescript-language-server
errors for my.js
files to obtain features such as auto-import, however, I want to omit displaying all other errors, such as type errors since I am working in plain JS.So I am wondering if there's a way to tell Flymake to ignore certain error codes reported by Eglot?