ecosse3/nvim

How to cancel the diagnosis of eslint?

oldqin97 opened this issue · 1 comments

How to turn off this diagnosis when I don't want to use eslint and the page does not have an eslintrc file configured?

image

Please remove the setup function of eslint from lua/lsp/setup.lua.

I may add a check if eslint configuration file is found in project root and then enable the LSP, but I need more time as I am busy now. Maybe there is such an option in ESLint LSP documentation.